english-script icon indicating copy to clipboard operation
english-script copied to clipboard

🖊 English as a programming language

Results 7 english-script issues
Sort by recently updated
recently updated
newest added

You forgot the Oxford comma in `[1, 2, and 3]`. (There could be others, but I'm too lazy to check)

This is an ambitious project, but it will take a long time before it reaches the necessary critical mass to take over the world. You could close a number of...

## Beep boop. Your images are optimized! Your image file size has been reduced! Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /English_script.png | 6.17kb...

I attempted to install EnglishScript using `git clone --recursive [email protected]:pannous/english-script.git`, but it produced the following error message on Windows: ``` Cloning into 'english-script'... Warning: Permanently added the RSA host key...

Today, I found a programming language called π that has implemented many of the features of EnglishScript. π has an extensible syntax, so it should be very easy to convert...

One of the long-term goals of EnglishScript is to make the language available on multiple platforms. I have written a program called [transpiler-generator](https://github.com/jarble/transpiler-generator) that is intended to translate EnglishScript into...

In this sample code, I noticed that function parameters were not clearly distinguished from other parts of functions, causing some confusion: ``` To check if person is online on Skype:...