Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sieep-coding/nix
- Owner: Sieep-Coding
- License: unlicense
- Created: 2024-06-18T21:59:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T01:45:56.000Z (7 months ago)
- Last Synced: 2024-11-08T01:39:34.729Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix ⭐️
![License: UNLICENSE](https://img.shields.io/badge/License-UNLICENSE-blue.svg)**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.