Git Product home page Git Product logo

strniko / car_sharp_interpreter Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 32 KB

CAR# Interpreter: An open-source interpreter for the esoteric programming language CAR#, created by Niko Strauch. Explore the world of 2D programming with a car-like cursor navigating through a grid represented by #.

Home Page: https://esolangs.org/wiki/car_sharp/

Python 100.00%
2d 2d-array 2d-arrays brainfuck esoteric esoteric-language esoteric-programming-language filesystem interpreter language

car_sharp_interpreter's Introduction

CAR# Interpreter

Hello, I'm Niko Strauch, the creator of the esoteric programming language, CAR#. This repository contains interpreters for CAR#.

About CAR#

CAR# is an esoteric programming language I created in 2023. It's inspired by brainfuck and works by moving a cursor across a two-dimensional array. The name CAR# comes from the car-like cursor and the grid is represented by the #.

As of December 17, 2023, only version 1 (v.1) exists. Every feature labeled with v.2 is currently in the process of being developed.

For more information about CAR#, please visit the CAR# Article.

Commands

CAR# uses 10 single letter commands to control the car across a 1024 by 1024 array starting in the top left corner facing down.

Here are the commands used in CAR#:

  • ^ Moves the car one cell forward
  • / Turns the car 90° clockwise
  • \ Turns the car 90° counter clockwise
  • + Adds one to the cell that the car is standing on
  • - Subtracts one from the currently occupied cell
  • = Outputs the raw integer value of the current cell
  • > Outputs the value of the current cell as an ASCII character
  • < Each time this command is called it replaces the value of the current cell with the current input character
  • [...] While the value of the current cell is not zero the commands in the brackets get called
  • {...} Copies the value of the current cell and repeats the operations in the brackets this amount of times (v.2 feature)

Contributing

Feel free to contribute to this project by writing and publishing other or better interpreters. More coming soon!!!

car_sharp_interpreter's People

Contributors

strniko avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.