Email or username:

Password:

Forgot your password?
Niki Tonsky

Programmers! Recognize this language? From Glass (2019)

6 comments
Nundrum

@scifiinterfaces @nikitonsky That certainly looks like Lua after scrambling it a bit.

scifiinterfaces

@Nundrum @nikitonsky interface makers often use scrambling, and sometimes lazy copy and paste, e.g. scifiinterfaces.com/2014/07/23

In their defense, only the nerdiest of sorts would pause and inspect it. 🀣

Kaito

@nikitonsky not quite sure but some observations
- `-- Relative mode`... looks like a comment.
- `pM0fods - undefined` looks like `-` is an equality op and undefined is a keyword
- `) in 1.` seems very out of place
- `--` seems to be another equality operator outside of comments
- `(` seems to start a scope (similar to C `{`)

I haven't seen anything quite like this before; willing to vote on conlang

@nikitonsky not quite sure but some observations
- `-- Relative mode`... looks like a comment.
- `pM0fods - undefined` looks like `-` is an equality op and undefined is a keyword
- `) in 1.` seems very out of place
- `--` seems to be another equality operator outside of comments
- `(` seems to start a scope (similar to C `{`)

Reimar

@nikitonsky Haha nice β€” so much better than popup js code! They put in some effort into it.

Go Up