Hy is a Lisp dialect that’s embedded in Python. Since Hy transforms its Lisp
code into Python abstract syntax tree (AST) objects, you have the whole
beautiful world of Python at your fingertips, in Lisp form. (more…)
Read more »
I finally beat the S&P 500 by 10%. This might not sound like much but when we’re dealing with large amounts of capital and with good… (more…)
Read more »
With Clojure 1.9 being one of the biggest releases with the inclusion of spec it also includes better tools for Clojure installation and to run standalone pr... (more…)
Read more »
To 'adequately' debug Celery under Windows, there are several ways such as: > celery worker --app=demo_app.core --pool=solo --loglevel=INFO But in fact for... (more…)
Read more »
This is a 6h Fundamental Cryptography in Theory and Python course covering fundamental concepts of classic cryptography such as encryption, cryptographic has... (more…)
Read more »