Skip to content
New issue

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

Wow ! Idriss code ? compiling ai-dsl/experimental/ai-algorithms/NeuralNets #96

Open
gl-yziquel opened this issue Sep 9, 2023 · 2 comments

Comments

@gl-yziquel
Copy link

Hi.

Amazed to see some real life Idris code. I guess it's the first time I stumble on that: real life Idris code. Stunned.

I tried looking at what the repo was doing a bit. And there obviously is little indication as to how to build it. (which kind of seems to be a constant in opencog derived projects...)

Got a kind of syntax error with the first thing I tried to build.

mini-me@virtucon ~/h/c/a/e/a/NeuralNets (master)> idris2 Main.idr -o Main
Uncaught error: Error: Expected a capitalised identifier, got: lst.

Main:3:24--3:27
 1 | module Main
 2 | import Lib
 3 | import Prelude.List as lst

Could it be possible to have some more detailed instructions as to how to have some fun with this repo ?

@ngeiswei
Copy link
Member

Thanks for your interest, @gl-yziquel. I'm not the one who wrote that code. The rest of the AI-DSL repo should well documented (when it's my work anyway). Let me know if you need help elsewhere.

@ngeiswei
Copy link
Member

Note that we're moving away from Idris to use MeTTa instead. Idris is awesome but MeTTa program synthesis capabilities are better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants