Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

evanup

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evanup

a vaguely lispy language in the context of javascript

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Evan: EValuation of Abstract Nodes

A vaguely Lispy language in the context of JavaScript.

The Evan language is implemented by means of an evaluator, which transforms any JSON into a JavaScript value. Often, this is again JSON but it can also be React DOM elements which are then rendered into a browser.

The evaluation is in principle functional, in the sense that evaluating the same piece of JSON leads to the same result.

Also, the evaluation is wired to happen incremental (using mobx), so (small) changes to the JSON input should only require a partial re-evaluation for better performance.

Development

The main goal of the Evan programming language is to bootstrap a working, functional-style general purpose programming language which nestles comfortably in the JavaScript-world, complete with tools like an IDE.

It also ports selected virtues of a number of existing languages (most notably: Lisp) to the context of JavaScript.

The IDE should (eventually) be implemented as an Evan program itself, making it meta-circular.

To get started with development, clone this repository and run npm install or yarn, or whatever :)

NPM scripts

Type npm run NAME to execute any of the commands below:

namedescription
testrun evaluator & meta-model generation tests
test-watchrun evaluator & meta-model generation tests in watch-mode
cleanclean build artifacts
buildtranspile ts(x)'s to lib/ dir
watchtranspile ts(x)'s to lib/ in watch-mode
karmarun browser tests in jsdom
karma-watchrun browser tests in watch-mode
build-idebuild ide browser bundle
watch-idebuild ide browser bundle in watch-mode
idestart a development server at http://localhost:8070 and run watch-ide in parallel

Usage

evan FILE OPTIONS

Options:

  --semantics    Print TypeScript semantics.
  -v, --version  Show meta-model version.
  -h, --help     Show this message.

Documentation

About the name

As you've probably already noticed, the "Evan" acronym is awkward. That's because is retrofitted to the name of Meinte's first-born :)

License

MIT

FAQs

Package last updated on 13 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc