Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions _posts/challenges/2016-02-26-write-a-scripting-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@ 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
- Lua
- 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)`
Expand All @@ -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!