Giter Site home page Giter Site logo

iamfirecracker / clotho Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikelevins/clotho

1.0 2.0 0.0 348 KB

Work in progress: A presentation server for Lisp programs, implemented in Electron

License: Apache License 2.0

Common Lisp 68.77% HTML 9.67% JavaScript 18.98% Shell 1.08% Batchfile 1.49%

clotho's Introduction

Clotho

mikel evins [email protected]

Named after the Fate who weaves our destiny, Clotho is an experimental presentation server for Lisp programs, implemented with Electron.

How to build and run it

  1. Install SBCL http://www.sbcl.org/platform-table.html

  2. Install node.js and npm. The easiest way is to use nvm: https://github.com/nvm-sh/nvm#installing-and-updating

    The current version of this software is developed with: nvm v1.1.8 node.js v14.15.2

  3. Using git, clone this repository

  4. Build the presenter application cd into the clotho/presenter directory If you're on Windows, run npm-install.bat, using CMD run the build script (build.sh in bash on macOS and Linux; build.bat in CMD on Windows)

  5. Load the Lisp code Run SBCL and load clotho.asd Eval the following forms:

    (asdf:load-system :clotho) ; to load the system definition

    (clotho::launch-presenter) ; to launch the Clotho presenter app

    (remote-js:eval clotho::remote-js-context "alert('hello!')") ; to send some Javascript to the presentation server

    (remote-js:eval remote-js-context "presenter.ipcSend('quit')") ; to ask the presenter app to quit

License

Apache-2.0

clotho's People

Contributors

mikelevins avatar

Stargazers

 avatar

Watchers

 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.