/highlightjs-never

highlight.js never language syntax highlighter

Primary LanguageJavaScriptMIT LicenseMIT

Never is a simple functional programming language. Technically it may be classified as syntactically scoped, strongly typed, call by value, functional programming language.

In practise Never offers basic data types, assignment, control flow, arrays, first order functions and some mathematical functions to make it useful to calculate expressions. Also it demonstrates how functions can be compiled, invoked and passed as parameters or results between other functions.

https://never-lang.readthedocs.io/

Syntax highlighting

To highlight never language code listings use the following html:

    <link rel="stylesheet" href="./github.min.css">
    <script src="./highlight.min.js"></script>
    <script src="./never.min.js"></script>
    <script>hljs.initHighlightingOnLoad();</script>