my talk from #jdconf 2022 about - #functional #reactive with core #java // #exceptions #functionaltraining #jdk #conditions #memoizing #currying #functionalprogramming https://youtu.be/Ly81s7cDcTY
#JDConf #functional #reactive #java #exceptions #FunctionalTraining #jdk #conditions #memoizing #currying #functionalprogramming
my talk from #jdconf 2022 about - #functional #reactive with core #java // #exceptions #functionaltraining #jdk #conditions #memoizing #currying #functionalprogramming https://youtu.be/Ly81s7cDcTY
#JDConf #functional #reactive #java #exceptions #FunctionalTraining #jdk #conditions #memoizing #currying #functionalprogramming
Another interesting programming language: SML(NJ). Got a repo [1] for working through "Elements of ML Programming" by Ullman.
I like the currying and the pattern matching when defining functions. Would be cool to have a way of automatically making curried functions in Scheme & a simple way of calling those without going (((func a) b) c).
[1]: https://notabug.org/ZelphirKaltstahl/sml-examples/src/master/exercises.org (Linking the org-mode exercises file. It is probably the most relevant.)
#programming #sml #currying #patternmatching