File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,25 @@ layout: challenge
6
6
permalink : /challenges/write-a-scripting-language
7
7
---
8
8
9
- # Write Your Own Scripting Language
10
-
11
9
Writing your own scripting language is a fun challenge and a good exercise. If you ever wanted to
12
10
write your own "perfect" language, now's your chance!
13
11
14
- Examples of some scripting lagnauges :
12
+ Examples of some scripting languages :
15
13
- Bash
16
14
- Python
17
15
- Javascript
18
16
- Lua
19
17
- Perl
20
18
- PHP
21
19
22
- Examples of some less useful and smaller langauges
20
+ Examples of some less useful and smaller languages:
23
21
24
22
- [ Trumpscript] ( https://github.com/samshadwell/TrumpScript )
25
23
- [ Brainfuck] ( https://github.com/redevined/brainfuck )
24
+ - [ Piet] ( http://www.dangermouse.net/esoteric/piet.html )
26
25
27
26
28
- Here's this week's challenge. Write a langauge !
27
+ Here's this week's challenge. Write a language !
29
28
30
29
- Give it a name
31
30
- Give it an extension ` (.txt, .py, .s) `
@@ -36,4 +35,4 @@ Your scripting language should be able to do the following:
36
35
- Display a green rectangle (anyway you can)
37
36
- Compute FizzBuzz
38
37
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!
You can’t perform that action at this time.
0 commit comments