Search found 3 matches

by G4143
Mon Aug 03, 2009 7:56 pm
Forum: Common Lisp
Topic: Binary I/O
Replies: 3
Views: 7112

Re: Binary I/O

Thank-you for the reply Gugamilare. I'm not sure what's harder, learning Common Lisp or rewriting the way I think about computer programming. Its probably the latter since I come from a background in C and have conditioned myself to think of problems as bits and bytes....Sometimes our knowledge is o...
by G4143
Fri Jul 31, 2009 4:18 pm
Forum: Common Lisp
Topic: Binary I/O
Replies: 3
Views: 7112

Binary I/O

When you read this please understand that I'm very new to this great language. I have a simple question about binary i/o. When I write to a file with element-type define as unsigned-byte 7(see code below) it produces a binary file that I can write and read back with no problems and that's great...I ...
by G4143
Thu Jul 30, 2009 1:50 pm
Forum: Common Lisp
Topic: In need of user-friendly Lisp interpreter
Replies: 12
Views: 20426

Re: In need of user-friendly CL interpreter

Myself, I've been using Clisp and Gvim for about three weeks now. So far so good. I like Clisp for its ease of use and Gvim because its not Emacs(sorry learning Lisp and Emacs at the same time is a bit much...maybe after a few months). Shake - as for being lost, I feel your pain. I come from a self ...