Back
📅 2024 👤 Personal Project

IP Address Language

IP Address Language
Write code using only numbers and dots

Background

When I was learning Go, I challenged myself to make a programming language that could be written using only numbers and dots. I wanted to see if I could make a programming language that was easy to understand and fun to use. So, I made this.

Tech Stack

Example Code

Here’s an example of the code that can be written in this language:

  
  105.102 120 60 53 123
    101.99.104.111 34 120 105.115 103.114.101.97.116.101.114 116.104.97.110 53 34
  125 101.108.115.101 105.102 120 61.61 53 123
    101.99.104.111 34 120 105.115 101.113.117.97.108 116.111 53 34
  125 101.108.115.101 123
    101.99.104.111 34 120 105.115 108.101.115.115 116.104.97.110 53 34
  125

is translated to:

  
  if x < 5 {
      echo "x is greater than 5"
  } else if x == 5 {
      echo "x is equal to 5"
  } else {
      echo "x is less than 5"
  }
  

Documentation