Paite Khawl Laimal: Programming Language in Paite

Documentation Paite Khawl Laimal, a procedural programming language is an interpreted language. This language keywords are based on Paite. The source code for this project is in github. Installation Pre-requisite: Golang For linux and windows. git clone https://github.com/nga1hte/paite-khawl-laimal.git cd paite-khawl-laimal/ go build . ./main Chibai Zogam >> suahkhia("Chibai Zogam") Chibai Zogam Variables The verb huchin is used to declare variables and initialise values. The language is not static, so we don’t have to declare data types, we just have to declare its name and assign its value.
Read more →

Go Chuck Facts

Go Chuck Facts is a Command Line Interface (CLI) created using the golang to fetch facts. Facts about the legend Mr. Chuck Norris are fetch from the api endpoint chucknorris.io. The CLI is created using only the standard libraries provided by the go language and is useful for fundamental understanding of how the language operates. The standard package is well documented and provides good information of how code are tied together and abstracted.
Read more →