From: "Yariv Sadan" <yarivsa...@gmail.com>
Date: Sun, 2 Mar 2008 17:44:42 -0800
Local: Sun, Mar 2 2008 8:44 pm
Subject: Re: [erlang-questions] LFE - Lisp Flavoured Erlang released
Robert, this is very cool. I already started playing with LFE and it's
great. Thanks a lot for sharing it. I have a couple of suggestions: - it would be nice to have a preprocessor/parse transform that converts the form (foo:bar baz ..) to (: foo bar baz ...) I find the former much more readable. - It would like to have an Erlang-style '=' operator for binding (let ((a 1) (b 2)) (+ a b)) you could write (= (a 1) (b 2)) - String literals should be interpreted as literal lists rather than - It would be great to have syntax for multi-line strings and binaries. - Distributing LFE under a standard open source license would %%% (C)Robert Virding. This stuff is mine, distributed without This wording is ambiguous. Is the only requirement to using LFE Regards, 2008/3/1 Robert Virding <rvird...@gmail.com>: > I have finally released LFE, Lisp Flavoured Erlang, which is a lisp syntax _______________________________________________ > front-end to the Erlang compiler. Code produced with it is compatible with > "normal" Erlang code. The is an LFE-mode for Emacs and the lfe-mode.el file > is include in the distribution. Most things seem to work but some things > have not been done yet: > - The interpreter does handle recursive letrecs, binaries, receive or try. > Yet. The system will be updated as new features are added. This is the 1st > I have include the existing documentation lfe_guide.txt in this mail. There > Note that while this this lisp has been inspired by Scheme (one of the > It was quite writing Erlang code in lisp and I could easily consider using a > Macros are very nice, and it is easy to generate LFE code, which is one of > LFE also shows that it would probably be possible to write other front-ends > The system can be found in the "User Contributions" section at trapexit.org, > _______________________________________________ erlang-questions mailing list erlang-questi...@erlang.org http://www.erlang.org/mailman/listinfo/erlang-questions You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||