https://github.com/wagdav/clojurescript-simulator-example
Simple numerical simulator in ClojureScript
https://github.com/wagdav/clojurescript-simulator-example
clojurescript numerical-simulation
Last synced: 8 months ago
JSON representation
Simple numerical simulator in ClojureScript
- Host: GitHub
- URL: https://github.com/wagdav/clojurescript-simulator-example
- Owner: wagdav
- Created: 2022-08-02T15:59:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T08:24:19.000Z (8 months ago)
- Last Synced: 2025-10-08T10:21:30.822Z (8 months ago)
- Topics: clojurescript, numerical-simulation
- Language: Nix
- Homepage: https://wagdav.github.io/clojurescript-simulator-example/
- Size: 7.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical simulator example in ClojureScript
## Development
Interactive development
```
nix develop --command yarn install
nix develop --command clj -M:shadow-cljs watch app
```
Update dependencies
```
nix develop --command clj2nix deps.edn deps.nix
```
## Reference
* [Simple Simulations for System Builder](https://brooker.co.za/blog/2022/04/11/simulation.html)
[(code)](https://github.com/mbrooker/simulator_example)
* [Serial, Parallel, and Quorum Latencies](https://brooker.co.za/blog/2021/10/20/simulation.html)