you are viewing a single comment's thread.

view the rest of the comments →

[–]x0x7[S] 2 insightful - 3 fun2 insightful - 2 fun3 insightful - 3 fun -  (1 child)

Nice. I like it so far.

I notice that you dislike modern tools. I often do as well. I hate the concept of using a framework in javascript because it just makes code locked in and reduces the number of people qualified to help on a project.

Have you thought about covering topics that are a bit old school but still pay. Erlang is becoming more relevant with time as its good for processing big data because of its ability to do parallel computing out of the box safely without headache.

I don't know Erlang but obviously its nice to read things I don't know.

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I don't know Erlang either. For parallel computing, I think MapReduce is the best approach and I was planning to add it to Luan when I found a need.