New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lichenscript

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lichenscript

The compiler of LichenScript

latest
Source
npmnpm
Version
0.6.3
Version published
Maintainers
1
Created
Source

CircleCI npm version Discord GitHub

LichenScript

A quick and small language compiled to JavaScript/C. Easy to integrate with the Web ecosystem.

The origin of the name

A lichen is a composite organism that arises from algae or cyanobacteria living among filaments of multiple fungi species in a mutualistic relationship.

LichenScript is a thin layer of the existing ecosystem.

Features

  • Modern syntaxes, close to TypeScript/JavaScript
  • Static typing
  • Pattern matching

Target C:

  • AOT compilation
  • Fast cold start
  • Lightweight runtime
  • Portable(WebAssembly/Mobile)
  • Reference counting
  • Use the library of C/C++/Rust through C-ABI

Target JavaScript:

  • Readable
  • Small overhead
  • Isolate environment

Documents

Syntaxes

Check Examples.

FAQs

Package last updated on 12 Apr 2022

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