Clojure

Stuff I wanna write in the future about Clojure:

Screen Shot 2019-04-24 at 4.09.47 PM.png

Screen Shot 2019-04-24 at 4.21.03 PM.png

*** really easy to make pure functions and doesn’t restrict you when you need to do stateful work if I can only say one thing about Clojure ***

 
0
Kudos
 
0
Kudos

Now read this

Class as Syntactic Sugar of Functions in Python

More explanation coming up, but essentially I’ve tried to define classes with functions in Python for a couple times already, but this time I have something that looks pretty good. To use it, you just have to provide the class name and... Continue →