Hacker News new | ask | show | jobs
by Vivtek 5732 days ago
That's really cute, but since you've solved the maze, can you tell me what the copyright encumbrance on that code is? Is it open? (By which I mean, is it worth my while to write my own crawler?)
1 comments

Here's the license, copied verbatim from his LICENSE file:

Scheme 9 from Empty Space -- A Comprehensible Scheme Interpreter By Nils M Holm, 2007-2010

* Do whatever you want with this code. * If the code doesn't work, don't blame me.

Ah - thanks. A direct link: http://github.com/barak/scheme9 (I feel better now).
However, this version has little or nothing in common with the one on my homepage. And: S9fES (the interpreter) is in the public-domain.
Oh, I do like public domain.

I'm going to wrap it in a Perl module so the whole thing comes right down from CPAN, just like SQLite. This is exactly what I've been waiting for, for years.