Erlang sugar : syntax + OTP code completion
Posted: 23 December 2008 07:08 PM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2008-12-23

First version is on github.

Syntax is kind of ugly, but it mostly works. Here is what is available:

- basic syntax (maybe incomplete)
- itemize your functions
- primitive code completion for some OTP libraries ( gen_server, application, code, get_event, supervisor ). I am working on getting this a bit more sophisticated, so that it can also populate parameter values in a basic fashion.
Details are on github.

git clone git://github.com/nickhristov/erlang-sugar.git 

Profile
 
 
Posted: 30 December 2008 10:56 PM   [ Ignore ]   [ # 1 ]
Sr. Member
RankRankRankRank
Total Posts:  232
Joined  2008-11-05

Could you do me a favor, and use GitHub’s repository renaming feature to name it ‘erlang.sugar’? It makes it easier to see all the sugars with one search: http://tr.im/sugars

It also facilitates some of the expiremental sugar management code I have in place.

I’ll take a look at the actual sugar as soon as I have Internet access (posting from my iPhone).

 Signature 

Ruby.sugar | Rails.sugar? | Haml.sugar | SASS.sugar | Sugar Manager.sugar | Git.sugar | Regex.sugar | ERb.sugar | RSpec.sugar

http://elliottcable.name/contact.xhtml

Profile