https://github.com/bobbicodes/algae
Math lessons for learning Algebra through coding
https://github.com/bobbicodes/algae
Last synced: 5 months ago
JSON representation
Math lessons for learning Algebra through coding
- Host: GitHub
- URL: https://github.com/bobbicodes/algae
- Owner: bobbicodes
- Created: 2019-06-11T04:07:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T23:38:59.000Z (over 4 years ago)
- Last Synced: 2025-01-31T06:44:35.644Z (over 1 year ago)
- Language: HTML
- Homepage: https://porkostomus.github.io/algae/
- Size: 5.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project contains a library of Clojure functions for representing algebraic equations and performing operations on them, presented as a set of interactive web pages made using [KLIPSE](https://github.com/viebel/klipse) and [MathJax](https://www.mathjax.org/).
[Home page](https://porkostomus.github.io/algae/)

Pictured above is a screenshot of a very early stage of the project using [Bob the Clojure editor](https://github.com/porkostomus/bob) (top-right) with built-in [Planck](http://planck-repl.org/) evaluator (bottom-right). I started writing little programs to solve basic math problems, and soon realized that I may have stumbled upon something quite useful! Now I'm seeing just how far I can take it, perhaps developing it into the basis of a curriculum for teaching math using functional programming.
And if you ever need a calculator to figure out how much yeast to put in your pizza dough, I've got you covered ;)