Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cyberlync
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
cyberlync
9y ago
Agile and Scrum (big A/S) have faded into agile and scrum (little a/s). The 'One True and Holy Process' has faded into a set of processes that organization iterates on. The process should be fit to the team/organiza
2.
▲
by
cyberlync
9y ago
I primarily look for signs of the ability and interest in self-teaching. A front-end developer exploring the backend? Great! A backend developer playing with probabilistic systems? Super!. A java developer branching out into Scala/Cloj
3.
▲
by
cyberlync
11y ago
This is true as well.
4.
▲
by
cyberlync
11y ago
Its mostly about approach. LFE (literally Lisp Flavored Erlang) is Erlang with an S-expression based syntax. Joxa is a self contained Lisp that happens to run on the Erlang VM. Those are the core differences. Joxa also has some very clear a
5.
▲
by
cyberlync
11y ago
Thats exactly what it means. Its has a very simple syntax that is a nice mix of the semantics of Core Erlang laid on very straightforward and minimal lisp. The goal was to build up more semantically complex structures in the language itself
6.
▲
by
cyberlync
13y ago
We do ErlangCamp at cost, more or less, as a service to the community. Generally it comes out to between a 100 and 150 dollars a seat. Considering the quality of the speakers and the material this is already really inexpensive. Spil Games
7.
▲
by
cyberlync
15y ago
I will do that (its a great idea by the way) Yes it does have scheme like names. No you do not have to sharpquote. Its a lisp 1 not a lisp 2
8.
▲
by
cyberlync
15y ago
It depends on what you mean by not as well developed. If by that you mean maturity. Probably, its much newer and has just had its very first early alpha release.
9.
▲
by
cyberlync
15y ago
LFE is a Lisp 2. It has ':' which is the equivalent of funcall.
10.
▲
by
cyberlync
16y ago
the fact that the gen_server is using a gen_fsm and that that requires two processes has little or no effect on the number of simultaneous clients you can have. Unless I am missing something, I am not quite sure why you are drawing that cor
11.
▲
by
cyberlync
16y ago
I hope you like the book and checkout what else we are working on : erlware.org and erlangcamp.com