Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sieep-coding/nix

An interpreted programming language written in C.
https://github.com/sieep-coding/nix

Last synced: 7 days ago
JSON representation

An interpreted programming language written in C.

Awesome Lists containing this project

README

        

# Nix ⭐️
![License: UNLICENSE](https://img.shields.io/badge/License-UNLICENSE-blue.svg)

Lantern Logo

**Nix** is an [interpreted](https://en.wikipedia.org/wiki/Interpreter_(computing)) programming language tailored for data analysis. It offers an alternative to Python/R, designed with business intelligence professionals and data analysts in mind.

**Nix** is written in **C**.

## Building

### Linux

#### Requirements
- GCC Compiler
- Make command

```console
mkdir bin
make
```

### Windows

#### Requirements
- GCC Compiler

```console
mkdir bin
build.bat
```

## Inspiration
- [Python](https://de.wikipedia.org/wiki/Python_(Programmiersprache)), an easy to use, interpreted programming language
- [C](https://de.wikipedia.org/wiki/C_(Programmiersprache)), a statically typed, low-level programming language
- [R](https://en.wikipedia.org/wiki/R_(programming_language)), a powerful language focused on statistical analysis.