guil

0.0.3 • Public • Published

Guil: command line to add brackets for Guile.

Install this by running npm install -g guil

A file /home/chen/git/guil/examples/test.guil like this:

define (f x y)
  + x y

display (f 2 3)
display
  "fucking brackets"

; comment

Run guil /home/chen/git/guil/examples/test.guil
Tt will be converted to /home/chen/git/guil/examples/test.scm:

(define (f x y)
  (+ x y))
(display (f 2 3))
(display
  "fucking brackets")

And keep watching this file and run again.

Readme

Keywords

none

Package Sidebar

Install

npm i guil

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • jiyinyiyong