added explanation of session namespace

This commit is contained in:
Ashley Bao 2023-01-09 16:42:28 -05:00
parent f83ad0f8ef
commit 962dd5a55b

View File

@ -1,3 +1,10 @@
; The "session" namespace is for trying things out interactively.
; For example, you can use it to test a new Push instruction by running a program that uses it and seeing the result.
; You might just want to do this interactively in the REPL, but the session file makes it a little easier since it alerady
; requires most of the namespaces you'll want to refer to.
; The commented-out stuff is a reminder of how to do some basic things.
(ns propeller.session
(:require [propeller.genome :as genome]
[propeller.gp :as gp]