Skip to content

Commit 003d463

Browse files
committed
Merge pull request #64 from codeandcoffeelb/content/#63-fix-typos-for-challange-2016-02-27
Content/#63 Fixed typos for Scripting Language Challenge
2 parents 8e47d69 + 7a34e84 commit 003d463

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

_posts/challenges/2016-02-26-write-a-scripting-language.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@ layout: challenge
66
permalink: /challenges/write-a-scripting-language
77
---
88

9-
# Write Your Own Scripting Language
10-
119
Writing your own scripting language is a fun challenge and a good exercise. If you ever wanted to
1210
write your own "perfect" language, now's your chance!
1311

14-
Examples of some scripting lagnauges:
12+
Examples of some scripting languages:
1513
- Bash
1614
- Python
1715
- Javascript
1816
- Lua
1917
- Perl
2018
- PHP
2119

22-
Examples of some less useful and smaller langauges
20+
Examples of some less useful and smaller languages:
2321

2422
- [Trumpscript](https://github.com/samshadwell/TrumpScript)
2523
- [Brainfuck](https://github.com/redevined/brainfuck)
24+
- [Piet](http://www.dangermouse.net/esoteric/piet.html)
2625

2726

28-
Here's this week's challenge. Write a langauge!
27+
Here's this week's challenge. Write a language!
2928

3029
- Give it a name
3130
- Give it an extension `(.txt, .py, .s)`
@@ -36,4 +35,4 @@ Your scripting language should be able to do the following:
3635
- Display a green rectangle (anyway you can)
3736
- Compute FizzBuzz
3837

39-
You can do this any way you wish. The more creative the better!
38+
You may do this any way you wish. The more creative the better!

0 commit comments

Comments
 (0)