https://github.com/artyom-poptsov/guile-herd
Herd Guile Compiler.
https://github.com/artyom-poptsov/guile-herd
Last synced: 5 months ago
JSON representation
Herd Guile Compiler.
- Host: GitHub
- URL: https://github.com/artyom-poptsov/guile-herd
- Owner: artyom-poptsov
- License: gpl-3.0
- Created: 2016-01-11T05:39:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T05:47:21.000Z (over 10 years ago)
- Last Synced: 2025-04-15T13:57:27.688Z (about 1 year ago)
- Language: Scheme
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
* Herd Guile Compiler
Herd (or Happy) Guile Compiler (or, for short, HGC) -- A compiler
for GNU Guile that allows to spread compilation of Scheme code
between machines over a network.
*Note* that the project is highly experimental and may contain bugs
or may not work as you expect.
** Requirements
- [[https://www.gnu.org/software/guile/][GNU Guile]] 2.0.9
- [[https://github.com/artyom-poptsov/guile-ssh][Guile-SSH]] 0.9
** Usage
#+BEGIN_EXAMPLE
$ cd utils
$ ./hgc.scm file1.scm file2.scm
#+END_EXAMPLE