Skip to content

a turing complete language based on docker containers

License

Notifications You must be signed in to change notification settings

asmr-hex/dockerlang

Repository files navigation

dockerlang Build Status

a turing complete language based on docker containers

alt text

❦ Contents


❦ How to use Dockerlang

H e l l o and welcome, you've made it: you're in Dockerlang, a dockerland where everything is docker. Let us begin! by creating a dockerlang file! The file extension is .doc.

Hello, wirld

To print text in Dockerlang, all you have to do is use the # symbol, which means printing, followed with the location to print to. If you want to print to standard out, use !, or to print to a string, put a string after the #.

(#! "hellow wourld')

(In)variables

Variables in Dockerlang are initialized with the symbol and assigned with =.

(≡ x 0)
(= x 'why")

Dockerlang doesn't worry about types and neither should you. Be free.

Control structures

Conditions

  • Equal to: (2 ‽ 3) slashslash False
  • ¿ Not equal to: (2 ¿ 3) slashslash True
  • Greater than: (0 ☛ 1) slashslash False
  • Leess than (0 ☚ 1) slashslash True

Function declaration

Use the operator to begin a function. Don't forget to type it, then delete it, then type it again, for best (and most auspicious) results.


❦ Development guide

Dockerlang is written in Go.

Setting up your development environment

To get started writing Dockerlang, the first thing you neeed to do is put on some Gamelan music. You will need to specify what you are listening to in your commits.

  • Set up your git environment to use the commit template
git config commit.template .gitmessage

Docker commands you may find useful

List docker containers current running:

docker ps

List docker networks:

docker network ls

Remove all exited docker containers:

docker rm $(docker ps -a --filter "status=exited" --format {{.ID}})

Quick links:

https://docs.google.com/presentation/d/13wHMi0Mb7J9uZ9QnV3a96oC2IrjiCvsC_2Wo_MTDpNE/edit#slide=id.g357f0a1f59_0_16

About

a turing complete language based on docker containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published