diff --git a/_posts/challenges/2016-02-26-write-a-scripting-language.md b/_posts/challenges/2016-02-26-write-a-scripting-language.md index 41c8c46..2c6d7ec 100644 --- a/_posts/challenges/2016-02-26-write-a-scripting-language.md +++ b/_posts/challenges/2016-02-26-write-a-scripting-language.md @@ -6,12 +6,10 @@ layout: challenge permalink: /challenges/write-a-scripting-language --- -# Write Your Own Scripting Language - Writing your own scripting language is a fun challenge and a good exercise. If you ever wanted to write your own "perfect" language, now's your chance! -Examples of some scripting lagnauges: +Examples of some scripting languages: - Bash - Python - Javascript @@ -19,13 +17,14 @@ Examples of some scripting lagnauges: - Perl - PHP -Examples of some less useful and smaller langauges +Examples of some less useful and smaller languages: - [Trumpscript](https://github.com/samshadwell/TrumpScript) - [Brainfuck](https://github.com/redevined/brainfuck) + - [Piet](http://www.dangermouse.net/esoteric/piet.html) -Here's this week's challenge. Write a langauge! +Here's this week's challenge. Write a language! - Give it a name - Give it an extension `(.txt, .py, .s)` @@ -36,4 +35,4 @@ Your scripting language should be able to do the following: - Display a green rectangle (anyway you can) - Compute FizzBuzz -You can do this any way you wish. The more creative the better! +You may do this any way you wish. The more creative the better!