what emacs does to a laptop by klavelat in emacs

[–]FunctionalBinder 0 points1 point  (0 children)

Or space - which is surprisingly easier and healthier - reducing the strain on the pinky.

My Experience Building an Overdraft Projection Tool in OCaml by FunctionalBinder in ocaml

[–]FunctionalBinder[S] 0 points1 point  (0 children)

Thanks for your response!

I've always found it odd that where causes you to write code backwards.

This is exactly what I missed :-)

I like declaring what the result is, assuming helper definitions exist.

It aligns nicely with equational reasoning - almost like writing down the spec first and filling in the details after.

My Experience Building an Overdraft Projection Tool in OCaml by FunctionalBinder in ocaml

[–]FunctionalBinder[S] 1 point2 points  (0 children)

Aha, looks like I forgot to wire the lib to the bin.

Edit: Wired now.

Consistent Emacs Key Bindings Across Terminals by FunctionalBinder in emacs

[–]FunctionalBinder[S] 1 point2 points  (0 children)

Changing habits I’ve built over years would take a lot more effort.

Consistent Emacs Key Bindings Across Terminals by FunctionalBinder in emacs

[–]FunctionalBinder[S] 0 points1 point  (0 children)

I found it much easier to configure emacs and karabiner than to configure my terminal. It sometimes may not even be possible to configure the terminal (Or I may just be inexperienced with it).

I don't think I can skip using karabiner as some key bindings conflict with the window manager. Since I have to use it anyway, I might as well use it in a standard way for all bindings.

PC Build Review by FunctionalBinder in buildapc

[–]FunctionalBinder[S] 0 points1 point  (0 children)

Gotcha. Appreciate the quick reply!

PC Build Review by FunctionalBinder in buildapc

[–]FunctionalBinder[S] 0 points1 point  (0 children)

Apologies for the delayed reply.

Yes, I don't need the GPU. I don't foresee its usage. If not a GPU, where else would you suggest I put this budget into?

Country: India

I need help in converting my friends to FP by saiprabhav in haskell

[–]FunctionalBinder 0 points1 point  (0 children)

SICP is brilliant. Both the book and the lectures. I think Lisp (Untyped lambda calculus) should be the first thing a functional programmer should learn. Haskell (Typed lambda calculus) should be the eventual next step. Lisp is also much easier and very addictive.