Search found 99 matches

by schoppenhauer
Sat Dec 26, 2009 8:01 pm
Forum: Common Lisp
Topic: Clisp Multithreading Binary
Replies: 3
Views: 4657

Re: Clisp Multithreading Binary

Didnt it do for a long time? It was just experimental (and still is as the page states), isnt it?
by schoppenhauer
Fri Dec 18, 2009 7:29 pm
Forum: Scheme
Topic: Getting the name of a #<procedure>
Replies: 1
Views: 6879

Getting the name of a #<procedure>

I am currently coding with either Petite Scheme or MZScheme (have to use one of these), following the r5rs. DrScheme is a good UI, but I want to use Emacs most of the time, and only use DrScheme if harder bugs occur. Petite mostly complains that there was some error in #<procedure>, mzscheme does so...
by schoppenhauer
Sun Sep 13, 2009 4:04 am
Forum: Common Lisp
Topic: Low-Level Byte-Ops with Common Lisp
Replies: 3
Views: 4446

Re: Low-Level Byte-Ops with Common Lisp

Thank you. This looks exactly like what I wanted to have.
by schoppenhauer
Sat Sep 12, 2009 8:36 pm
Forum: Common Lisp
Topic: Low-Level Byte-Ops with Common Lisp
Replies: 3
Views: 4446

Low-Level Byte-Ops with Common Lisp

Many protocols like FastCGI, Socks and VNC use Little/Big-Endian-Stuff and low-level byte-operations. Often, there are numbers to be read directly from a byte-sequence, etc. In C, you just read that stuff into a struct and then mostly have the proper contents in it. Common Lisp has unsigned-byte and...
by schoppenhauer
Wed Aug 12, 2009 1:37 pm
Forum: The Lounge
Topic: German Politics and Common Lisp
Replies: 0
Views: 4839

German Politics and Common Lisp

If you understand german, well, here are a few Election Posters that may interest you:
http://ngin.de/cduremix/render.php?t2=& ... 5=Lisp+ftw
http://ngin.de/cduremix/render.php?t2=B ... t5=Jawoll!
:D :D :D
by schoppenhauer
Fri Jun 19, 2009 8:06 am
Forum: The Lounge
Topic: RSS feed
Replies: 25
Views: 42736

Re: RSS feed

Maybe another interesting question would be whether the thing it basically does is usefull to provide an RSS-Feed for this Forum (no matter how exactly it is implemented now).
by schoppenhauer
Thu Jun 18, 2009 6:11 pm
Forum: The Lounge
Topic: RSS feed
Replies: 25
Views: 42736

Re: RSS feed

Harleqin wrote:Regarding the HTML parsing: I haven't done this before, but I thought of Closure HTML.
Try it :D (Its possible, but annoying)
by schoppenhauer
Thu Jun 18, 2009 8:26 am
Forum: The Lounge
Topic: RSS feed
Replies: 25
Views: 42736

Re: RSS feed

You actually use TAGBODY, PROG and GO in high level code? Unfortunately using "do", I couldnt find a possibility to do something until some condition holds (i.e. do it when it holds once again). And I dont like loop. And it is no high-level-code, because it uses the lowlevel read-sequence...
by schoppenhauer
Wed Jun 17, 2009 7:47 pm
Forum: The Lounge
Topic: RSS feed
Replies: 25
Views: 42736

Re: RSS feed

Just for fun I hacked a little script that parses the "active posts" (which should contain all new ones I think) and puts them into some RSS-Feed (hopefully - actually I didnt try it out yet, but if it doesnt validate, it should be easy to adapt): (defun http-page-to-string (path) (let* ((...
by schoppenhauer
Tue Jun 16, 2009 4:59 pm
Forum: Other Dialects
Topic: Has anyone yet used Liskell?
Replies: 1
Views: 6576

Has anyone yet used Liskell?

Does anybody have expieriences with Liskell? It looks pretty interesting to me.