
Jaydeep Das
@JdeepD07
Followers
60
Following
4K
Media
100
Statuses
1K
Software Engineer @rtcamp • Winner SIH’24 • ComSci, NITS ‘25 • On Elixir, JavaScript, Golang, PHP
India
Joined October 2021
Progress is not linear. It is not exponential as well. It is a zigzag mess.
zacsky.com
Nothing in our life occurs at a linear rate. We do not progress, or experience change of any kind, at a constant speed. Life ebbs and flows; change, improvement , and progress within our life can...
0
0
4
So Elixir has another feature called “Tail Call Optimisation”(TCO). When you write a tail recursive fn(a fn where it calls itself as the LAST action), the VM instead of pushing every call to callstack, it replaces the current fn in stack. (1/n).
Halfway through, got to know that erlang is really oldschool now. I gotta hang out with the cool cousin elixir.
1
0
0
Halfway through, got to know that erlang is really oldschool now. I gotta hang out with the cool cousin elixir.
decided to learn erlang this weekend. mind absolutely blown. from a beginner perspective its like containers but for single use tasks. every task spawns a new process. all processes are isolated so its highly fault tolerant.
0
0
0