We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a Clojure eval operator clj() that takes a product from NARS executes it and returns narsese statement of program output and/or errors.
Similar to the scheme() operator in NARS, however this operator has bugs with parsing and handling NARS variables.
eg.
clj(( (, +, 1, 2, ) ))
or
<"hello world" --> test>. (&&, <#1 --> test>, clj(( (, println, #1, ) ))
triple parentheses for clj() function then product and then clojure parentheses as terms.
The text was updated successfully, but these errors were encountered:
Merge pull request #6 from rasom/actors_refactoring
0fb047d
actors refactoring
0xc1c4da
No branches or pull requests
We need a Clojure eval operator clj() that takes a product from NARS executes it and returns narsese statement of program output and/or errors.
Similar to the scheme() operator in NARS, however this operator has bugs with parsing and handling NARS variables.
eg.
or
triple parentheses for clj() function then product and then clojure parentheses as terms.
The text was updated successfully, but these errors were encountered: