Tagged Questions
8
votes
2answers
472 views
Lisp Flavored Erlang - Messaging primitives
I've read through all the documentation, and most of the source of LFE. All the presentations emphasize basic lisp in traditional lisp roles - General Problem Solving, Hello world and syntax ...
4
votes
1answer
274 views
How do I install LFE on Ubuntu Karmic?
Erlang was already installed:
$dpkg -l|grep erlang
ii erlang 1:13.b.3-dfsg-2ubuntu2 Concurrent, real-time, distributed function
ii erlang-appmon ...
0
votes
1answer
185 views
Lisp Flavored Erlang on Windows
Does Lisp Flavored Erlang (LFE) work on Windows? I am using LFE 0.6/Erlang 5.8.2/Windows 7 32-bit. I copied the lfe shell script as a batch file (replacing $@ with %1 %2 %3 %4) and it gives me this:
...