Search found 7 matches

by kmruiz
Tue Oct 23, 2012 2:21 pm
Forum: The Lounge
Topic: What music genre do lispers listen to?
Replies: 7
Views: 26223

Re: What music genre do lispers listen to?

I also listen to metal, rock but I don't like punk music: I prefer Ska :)
by kmruiz
Fri Aug 31, 2012 1:39 am
Forum: Common Lisp
Topic: Publishing the program
Replies: 3
Views: 6937

Re: Publishing the program

As far as I know they are published in ASDF systems. Some LISP systems like SBCL lets you make an executable image of the current machine status. So, check if your REPL has some kind of compiler.
by kmruiz
Tue Aug 21, 2012 6:44 am
Forum: The Lounge
Topic: Average Lisp age?
Replies: 36
Views: 485764

Re: Average Lisp age?

I'm 18 (in October I will be 19) and I use emacs+slime.
by kmruiz
Thu Aug 16, 2012 6:50 am
Forum: Common Lisp
Topic: File input stream buffering
Replies: 5
Views: 8945

Re: File input stream buffering

When I develop in C (everybody recognized it as low level language) I use a manual buffer (and we have some sort of library for optimal file reading). Buffer size depends on the type of data but we allocate from 80 to 2K elements. When I develop in Java (a very high level language) I use a BufferedI...
by kmruiz
Thu Aug 16, 2012 12:51 am
Forum: Common Lisp
Topic: File input stream buffering
Replies: 5
Views: 8945

Re: File input stream buffering

Thank you for the information edgar-rft . So, as I understood, there isn't any built-in nor automatic mechanism for file buffering and I must make it manually. It makes me come another question: which is the optimal size for a memory buffer? I suppose that 1KiB or 2KiB would be fine, but it's better...
by kmruiz
Wed Aug 15, 2012 10:24 am
Forum: Common Lisp
Topic: File input stream buffering
Replies: 5
Views: 8945

File input stream buffering

Hi all, dear lispers :). I'm writing a CSV-LISP mapping library in Common LISP. I've released some rudimentary version in github and it works well, but the performance is very poor reading files. I've made some test cases using a Java library (sorry but I can't remember it's name) and for small file...
by kmruiz
Mon Aug 13, 2012 5:59 am
Forum: The Lounge
Topic: Hello Lispers :)
Replies: 1
Views: 9755

Hello Lispers :)

Hello! I've found this forum through CLiki and after having taken a look at it I decided to register. I'm a casual Common Lisp programmer and I must admit that I like it a lot. I always thought that programming in CL is a beautiful experience. I used CL only for academic purposes so I never made a h...