Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iancanderson/logo-playground
https://github.com/iancanderson/logo-playground
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iancanderson/logo-playground
- Owner: iancanderson
- Created: 2021-03-10T13:23:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T13:23:48.000Z (almost 4 years ago)
- Last Synced: 2024-12-17T02:36:02.679Z (6 days ago)
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UCB Logo examples from Uncle Ian
## Stark Latin
This program translates a sentence into an imaginary language called "Stark
Latin".After you load the [stark-latin.lg](stark-latin.lg) file into Logo, you can use it like this:
```
translate [good morning!]
```In this case, the program will print out the sentence translated to Stark Latin:
```
oodgark orningmark!
```### Bonus points
Try changing the `"ark` part of the program to a different suffix to create your
own secret language!