Search found 5 matches

by antonio
Fri Oct 03, 2008 4:28 am
Forum: The Lounge
Topic: Lisp project directory structure
Replies: 2
Views: 7754

Re: Lisp project directory structure

Excellent entry, thanks Ali!!
Ali Clark wrote:This looks like a good article to help starting a new program:

http://xach.livejournal.com/130040.html

hth
by antonio
Sat Sep 20, 2008 12:33 pm
Forum: The Lounge
Topic: Lisp project directory structure
Replies: 2
Views: 7754

Lisp project directory structure

Hi all,

I'm starting with Lisp and I'd like to know how people organize source code, libraries, makefiles and other artifacts. This ranges from best "directory structure" for projects to naming conventions for files.

Any hints/ideas/advice would be most appreciated!
by antonio
Sat Aug 09, 2008 3:10 pm
Forum: Scheme
Topic: Scheme macro tutorials?
Replies: 1
Views: 9598

Scheme macro tutorials?

Hi all,

I'm currently enjoying myself while reading this tutorial for Scheme Macros:

http://www.xs4all.nl/~hipster/lib/schem ... primer.txt

What's your preferred tutorial for Scheme macros?

Thanks,
Antonio
by antonio
Mon Jun 30, 2008 3:29 am
Forum: Books and Resources
Topic: Scheme resources
Replies: 3
Views: 21550

Re: Scheme resources

Some more: Online Learning An Introduction to Scheme and its implementation - http://www.federated.com/~jim/schintro-v14/schintro_toc.html Scheme Tutorial - http://www.alphageeksinc.com/tinyscheme/doc/schemetutorial/schemetutorial.html How to Use Scheme - http://www.htus.org/ Functional Programming ...
by antonio
Mon Jun 30, 2008 12:33 am
Forum: Scheme
Topic: Your favorite implementation?
Replies: 12
Views: 37583

Re: Your favorite implementation?

I'm enjoying SISC ( http://sisc-scheme.org/ ) because it allows me to interface with lots of Java libraries.

My preferred implementation is SCM though, with SLIB ( http://www-swiss.ai.mit.edu/~jaffer/SCM.html )