Giter Site home page Giter Site logo

perl6-app-learn-perl6's Introduction

Learn Perl 6 Online

A simple Perl 6 tutorial system that lets users try out Perl 6 without installing it on their own system first. The interface is fairly (there's an understatement for ya) JavaScript-heavy so that it's got an easy-to-get-to tutorial sidebar, and the Perl 6 compilation/execution runs over websockets.

Security note - right now there really isn't any - it simply runs the same Perl 6 compiler that the main application uses. Before actually running this on any live server, please give a thought to where the Perl 6 compiler(s) will be located, and ideally run the perl6 compiler that's accepting user input in a chroot'ed iron box with CPU and RAM limitations.

Eventually there will be a separate server that you can spawn inside a chroot server.

This is heavily cribbed from jnthn's cro+react+redux tutorial, jnthn++.

Aside from the React/Redux stuff for websockets, it uses MUI for the sidebar containing lesson plans, and eventually MUI styling for the buttons and whatever else I can get working.

It's inspired by learn.golang.org, which is a very simple set of tutorial pages and access to a Go compiler. I've changed the look-and-feel somewhat, but I would love to have someone with a better eye for UI go over it.

Installation

zef install --/test cro

(the --/test' builds the cro' binary as well as loads its modules.)

And then, after cloning this repository, and changing into its directory, do:

zef install --depsonly .
npm install .
npm run build
cro run

perl6-app-learn-perl6's People

Contributors

drforr avatar

Stargazers

Michal Jurosz avatar Zak B. Elep avatar Javier Carrillo Milla avatar Juan Julián Merelo Guervós avatar Itsuki Toyota avatar

Watchers

 avatar FrDarryl JORDAN avatar James Cloos 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.