Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iancanderson/logo-playground


https://github.com/iancanderson/logo-playground

Last synced: 6 days ago
JSON representation

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!