Git Product home page Git Product logo

kernel_abe64's Introduction

John Shutt's "Kernel" language implemented on ABE (C) 64-bit runtime. A previous implementation targeted 32-bit platforms.

This implementation is built in layers. The lowest layer is ABE, an Actor-Based Environment written in C. The actor design for the Kernel interpreter is based on a proof-of-concept written in Humus, and described in "Semantic Extensibility with Vau". In fact, most of the C code for the ABE actor behaviors is prefaced by corresponding Humus source (in comments). The result is an interpreter for a Kernel-inspired language, which reads from source files and the interactive console.

Using Docker

The Docker container environment provides a stable portable target platform for our project. Create a Docker image named abe64 in which to compile and run Kernel.

docker build -t abe64 .

Compile and test the abe and kernel programs within the abe64 Docker image.

docker run -v $(pwd):/src --rm -it abe64

Run the Kernel binary in iteractive mode.

docker run -v $(pwd):/src --rm -it abe64 ./kernel -i 

There are a few Kernel source files (with .knl extensions) which may be pre-loaded into the environment by naming them on the command line. For example, library.knl contains standard library definitions.

docker run -v $(pwd):/src --rm -it abe64 ./kernel -i library.knl

kernel_abe64's People

Contributors

dalnefre avatar tristanls avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.