lib/load-file-once: basic support for multiple imports
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>
Sun, 2 Jun 2019 13:35:54 +0000 (15:35 +0200)
committerNicolas Boulenguez <nicolas.boulenguez@free.fr>
Mon, 15 Jul 2019 22:16:44 +0000 (00:16 +0200)
commit13e679cddefbef55cdb37205524de02b48890d75
treeac1d0b4fe10e5c9c95d2f7bf307626d714e82237
parent70305b673dab6c8cfaac8b0cf2855caa411cf467
lib/load-file-once: basic support for multiple imports
17 files changed:
lib/README.md
lib/load-file-once.mal [new file with mode: 0644]
lib/perf.mal
lib/test_cascade.mal
lib/threading.mal
tests/lib/load-file-once-inc.mal [new file with mode: 0644]
tests/lib/load-file-once.mal [new file with mode: 0644]
tests/lib/memoize.mal
tests/lib/pprint.mal
tests/lib/protocols.mal
tests/lib/reducers.mal
tests/lib/test_cascade.mal
tests/lib/threading.mal
tests/lib/trivial.mal
tests/perf1.mal
tests/perf2.mal
tests/perf3.mal