You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@KoltPenny Hi, I wouldn't say that it's dead but it's very much on the back burner right now.
I'm the head maintainer of the project, and I'm currently working on a (commercial) game project (https://www.eriksvedang.com/2024/02/26/announcing-manahex.html), with more in the pipeline. I hope to be able to take the time off to work on "Carp 2.0" sometime in the future. Such a project was started, using LLVM, and it showed much promise but didn't reach feature parity with what's in this repo, and is thuse kept private for now. Until more active work is resumed, it seems unlikely that the project here will progress much. Feel free to try it out though, any feedback is appreciated! Even PRs could be interesting, as long as they're not too large.
I think the REPL's
:t
command doesn't quite work as I would expect with namespaces that are opened!Here's the output on
carp-v0.5.5-x86_64-macos
:This is despite that I can otherwise call
(read-file)
directly after(use IO)
works. The same happens in composition when I typeuse IO
:But not with
(use IO)
— I'm not sure what the difference is here.The text was updated successfully, but these errors were encountered: