Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>e-langNew to Visual Studio Code? Get it now.
e-lang

e-lang

Engineers Tools

|
50 installs
| (0) | Free
The engineering programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

e-lang

e-lang logo

e-lang is an experimental programming language that provides higher level abstractions specific to the needs of engineering disciplines.

Getting Started

The best way to try e-lang is to install the VSCode extension. This includes an interpreter that runs e-lang notebook (*.elnb) files (see the examples folder).

Installing CLI

e-lang includes a basic CLI tool. Currently the only implemented command is run, which interprets a program and returns any print statements to the console.

To install the CLI run:

npm i -g @eng-tools/e-lang@latest

To run a file, type:

elang run ./path/to/your/file.elng

This is an alpha version and it should not be used in production.

Documentation

Documentation is being built on the GitHub repo whilst a documentation site is being prepared. Head to the docs folder to read about the core concepts and features that comprise e-lang.

Examples

The examples folder contains e-lang notebooks with explanations and demonstrations of the various features of this language.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft