Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wavesoft/perlkernel

A crazy project for making a script kernel
https://github.com/wavesoft/perlkernel

Last synced: about 2 months ago
JSON representation

A crazy project for making a script kernel

Awesome Lists containing this project

README

        

Perl Kernel
===========

A crazy idea of making a scriptable kernel. The goal is to offer the bare minimum functionality required for the perl interpreter to boot. Everything else should be taken care through perl scripting!

Why perl?
=========

It has a solid code base, fast interpreter without the need of any intermediate object files, and a small footprint :)

Copyright
=========

PerlBoot is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

PerlBoot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with PerlBoot. If not, see http://www.gnu.org/licenses/.