Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Thank you very much!

So the scope of it is like Janet-lang, right?



Howdy, I just added scripting support.

    $ ciel myscript.lisp
where we can use all the available libraries, it works instantly.

It's brand new, not many options right now ;)

> like janet-lang

I don't think so, since Janet advertises itself as an embedable Lisp like Lua or Guile (and ECL). But yes, in the sense it comes with batteries included. Like Babashka, I guess.

Thanks for your initial question!

---

So, in CIEL scripts right now, we can make HTTP requests (dex:get or http:get), parse JSON, CSV etc, run shell commands (cmd:cmd, the "!" shortcut in the CIEL shell), or even

    (defalias ! #'cmd:cmd)
    (! "pwd")
and more.

https://github.com/ciel-lang/CIEL/


and just added running the file, with an appropriate shebang:

    $ ./myscript.lisp




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: