Righght

From Esolang
Jump to navigation Jump to search

Wassup yo. righght or "->" is a language created by Cool Bungle today. Everything in righght is considered an object, all objects within the language can be operated with each other. It is pretty like me.

I see you
Righght's Logo
righght
Designed by User:Cool Bungle
Appeared in 2026
Memory system Object based
Computational class Turing complete
Reference implementation Unimplemented
Righght's Commands
Command Token What it does Arguments Example
 
0 Prints "Hello, World!" None
 
 -> 
1 Creates a morphism between two objects. Object, Object
 k -> q 
 ? 
2 If condition. Object, Object
 k? 
(Prints "Hello, World!")
 = 
3 Assignment, Names Category Object, Object
 p = k -> q 
 #~ 
4 Adds # features to an object. Object
 k2~ 
 [ ] 
5 Assigns features values. Object, # Objects
 k[42, Cool] 
 #< 
6 Returns an object's feature Object, Object pos
 q2~; q[Cool]; q2<; 
(Returns 1 or True)
7 General Bitwise operator Object, (Object)
 p |X k 
 +-*/ 
8 I don't know honestly Object, Object
 p* +k 
 { } 
9 Loops through until false Object, Object
 (k?"j")?1{k+1} 
 ! 
10 Prints object or feature Object, (Object)
 !"Uhhhh" 

This is still being edited, add things that you'd like! anything