drewc / gx-quasar

A Quasar and Vuejs FFI and API for Gerbil Scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gerbil eXtended Quasar (gx-quasar)

Gerbil eXtended Quasar! A combination of Gerbil Scheme with Quasar.

Javascript was actually developed based on scheme and prototyped in Common Lisp. I love Lisp and have tried many browser implementations to try alongside my server use. This is the first time it is working really well!

The most recent “production” build is right here: https://drewc.github.io/gx-quasar/

Installing

We need yarn.

yarn --version => 1.22.5

Now clone the repo.

git clone git@github.com:drewc/gx-quasar.git

Install and build all the dependencies.

cd gx-quasar; yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

The recent production build for an SPAis in the gh-pages branch.

To build it yourself, build it… yourself!

quasar build

About

A Quasar and Vuejs FFI and API for Gerbil Scheme

License:MIT License


Languages

Language:JavaScript 95.5%Language:Scheme 4.5%Language:Vue 0.0%Language:Shell 0.0%Language:HTML 0.0%Language:SCSS 0.0%