We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When the system is started from the REPL, the following command allows inputting a .nal file into the system programmatically:
(doseq [x (clojure.string/split (slurp "test.nal") #"\n")] (co.paralleluniverse.pulsar.actors/cast! (co.paralleluniverse.pulsar.actors/whereis :sentence-parser) [:narsese-string-msg x]))