https://github.com/semgrep/little-learner-ocaml
https://github.com/semgrep/little-learner-ocaml
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/semgrep/little-learner-ocaml
- Owner: semgrep
- Created: 2023-03-29T13:27:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T08:41:05.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T18:51:11.634Z (3 months ago)
- Language: OCaml
- Size: 53.7 KB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# little-learn-ocaml
See https://www.thelittlelearner.com/ for more information,
as well as https://github.com/themetaschemer/malt for the
original Scheme implementation.related work:
- https://github.com/karpathy/micrograd
(and the excellent tutorial video: https://www.youtube.com/watch?v=VMj-3S1tku0&t=929s )
- https://github.com/geohot/tinygrad
- https://minitorch.github.io/