nostrand
nostrand copied to clipboard
Clojure on Mono
Would it be possible to add the #nostr tag to this repo I'll show up in this nice list here: https://github.com/topics/nostr
## Problem These [instructions](https://github.com/nasser/magic/blob/master/README.md?plain=1#L28-L134) should be included in the Nostrand readme instead of Magic
Closes #39 --- I think the only 2 relevant flags for the REPL are `*legacy-dynamic-callsites*` and `*strongly-typed-invokes*`. I think the rest of the flags are not really useful for the...
## Problem Since we have a few magic flags such as `*magic.flags/elide-meta*` or `magic.flags/*emit-il2cpp-workaround*` for instance that we might want to disable or enabled at REPL start, we should be...
## Problem In a file name `dotnet_tasks` at the root of a clojure project with the content: ```clojure (ns dotnet-tasks) (defn build [] (binding [*compile-path* "build" *unchecked-math* *warn-on-reflection*] (compile my-proj.my-ns)))...
The full stacktrace after `nos repl` under a fresh magic checkout: ``` Installing [org.clojure/tools.analyzer "1.0.0"] Extracting ["org.clojure" "tools.analyzer" "1.0.0"] Downloading org.clojure-tools.analyzer-1.0.0- Unhandled Exception: System.ArgumentNullException: Value cannot be null. Parameter name:...
Hi, I've tried to compile this project with Ubuntu and had not been able to do it (and I have little to no experience with .NET projects, maybe this is...
``` $ telnet localhost 11217 Trying ::1... Connection failed: Connection refused Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused ```
The terminal REPL should be based on `clojure.main` and the socket REPL should be `clojure.core.server`.
Right now pulling packages off of NuGet is quite primitive and just shells out to the `nuget` CLI utility. This makes it difficult to specify e.g. what target framework to...