-
Hi,
do you know if there exists something like
https://github.com/dundalek/closh
or
https://github.com/willghatch/racket-rash
for
hy?
Thanks!
-
Hi,
This is project seems amazing, I've been using Closh personally and at work for the past week. I'm pretty interested in digging more into the internal and contributing.
But I've only done a…
-
## Trying Graalvm on the Uberjar
```
➜ closh git:(master) ../graalvm-ee-1.0.0-rc7/Contents/Home/bin/native-image -jar target/project.jar
Build on Server(pid: 36851, port: 56152)*
[project:36851…
-
Tab completion for shell commands didn't work for me (using the java version of closh in combination with bash). So I searched for the reason and found two:
1. `resources/completion/completion.bash…
-
Running following from withing the closh source directory does not correctly expands (in JVM versin, nodejs version works fine).
```
cd src && echo ../*.json
```
We are using clj-glob library. M…
-
We might get an idea how to implement the templating from looking at:
- https://clojure.github.io/clojure/clojure.template-api.html
- https://github.com/brandonbloom/backtick/blob/master/src/backt…
-
...
-
I am running the release JVM binary under Linux and using the `cd` command doesn't actually seem to be changing directories.
Digging a little deeper it seems that https://github.com/dundalek/closh/…
-
Suppose there's a directory called '1' in the current working directory. If I try `cd 1`, it fails with
`Execution error (IllegalArgumentException) at closh.zero.platform.process/resolve-path (proc…
-
Hi. I'm having problems with dynamic variables and a script loaded by closh-zero.jar. If I do it in the REPL it runs fine. This is the script file content:
```
#! /usr/bin/env closh-zero.jar
(def…