Tag: programming remove
“Bitwise is an educational project where we create the software/hardware stack for a computer from scratch.”
A code dojo that walks you through learning the SAFE stack.
A preview of the second edition of Real World OCaml is available online.
A pattern for structuring Elm applications. This could also apply to Elmish.
A curated and catagorized list of web development links.
An interactive tutorial about making interactive tutorials
A collection of Pico-8 references.
A guide to writing clear code for the Pico-8 platform.
A book that purports to teach Deep Learning from an intuitive perspective without advanced math.
An introductory presentation to machine learning.
Dan Grossman’s class on Programming Languages. It starts by introducing foundational ideas using ML, then builds on top of them using other languages to introduce new concepts. After watching several videos, this is an easy one to recommend.
A software “console” target that allows you to write and play constrained games on the web. See TIS-100 also.
Also, from re-frame’s github project page wiki is this entry on how to bootstrap a re-frame app.