|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I use all three TBH. I use Emacs for coding Lisp so utilise a little elisp in programming that. Scheme's simplicity and first class continuations give it some benefits. CL I use for most of my work.
SBCL is my favourite Lisp implementation but it only works well on Unix (the Windows port is a work in progress). I install packages using asdf-install which is the CL equivalent to Perl's CPAN (though has far fewer packages than CPAN naturally). Asdf-install comes pre-installed with SBCL but I think many CL implementations require you to install it manually (most will come with asdf though). CLiki : ASDF-Install CLiki : asdf |
|
|||||
|
Great, thank you.
I've been using SBCL too (and earlier GCL too, but it seems deprecated?), and I find it great, and it sounds even greater with asdf. I'll look at asdf (and the links you provided) when I get some time, so for now I've just bookmarked them. I would still like to know if there's some way to find the location of the packages. If you've some clue, I'll appreciate it. Thank you again! Edit: By the way, I've given you some positive reputation. Last edited by v0id; 04-16-2008 at 09:19 AM. |
|
|||
|
Quote:
However asdf-install tells you where it is dropping any package you install via it's mechanisms. You can install packages either locally (in which case it goes in a folder in your home directory) or system wide (something like /usr/lib/sbcl I think, might be wrong). Best way to find out is to try to install something from asdf-install and it will list the paths available to it. GCL suffered when Clisp became a Gnu project. It's a pity really since they approach the language in very different ways (Clisp is a bytecode/VM system, GCL's main use is to compile to C). Both are lacking in standards support IMHO though and SBCL seems to be the focal point for free CL systems. |
| Sponsored Links |
|
|
|
|||||
|
If you'll ever study the computational complexity theory, the basic theory of computation or any other related field in the computer science (probably ethics as well), you will understand why the answer is certainly no.
__________________
Like an angel without a sense of mercy. |
|
|||||
|
Quote:
|
|
|||||
|
I got some time on my hand today, so I've been looking closer at asdf. It is indeed a nice tool, and very easy to use. I like that it keeps its installation clean, and doesn't drop files everywhere, but only where you ask it to. I guess I'll start doing some more Lisp programming now.
|
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 97%