Commit graph

10 commits

Author SHA1 Message Date
02d2a56931 ensure successfully functioning of simulate! with one propagator 2024-04-04 18:06:39 -04:00
d97bcfa82c add doc strings to cell and prop-net 2024-04-04 17:41:27 -04:00
369fd89e62 refactor propagator to remove remaining references to cell
now expects inputs and outputs to be lambdas that call cell/content and
cell/add-content! respectively
2024-04-04 12:38:49 -04:00
35e86859e8 restructure to pull cell and propagator from net
also starting to remove references from between cell and propagator, keeping them both as
dependencies of naive-scalar-net only
2024-04-04 11:30:41 -04:00
20f56f44ff switch from lein to deps 2024-04-04 11:28:48 -04:00
41233ce7cc remove match dependency 2024-03-29 16:00:00 -04:00
b4647fb2a8 refactor cell and prop-net as records that implement protocols 2024-03-29 15:55:11 -04:00
064d737ac0 stub naive scalar net 2024-01-01 16:34:14 -05:00
23ffa28802 init lein project 2024-01-01 16:33:45 -05:00
8fe2c25a87 Initial commit 2024-01-01 21:24:01 +00:00