0.1.0 • Published 11 years ago

she v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

Guil: command line to add brackets for Guile.

Install this by running npm install -g guil

A file test.guil like this:

define (f x y)
  + x y

display (f 2 3)
display
  "fucking brackets"

; comment

Run guil test.guil
It will be converted to test.scm:

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

Multiple files are supported. guil just compiles.

0.1.0

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

12 years ago

0.0.5

12 years ago