What is My Project? It’s a language called EOM thats written in Swift. It’s a programming language, and it’s about 30% done. It uses its own paradigm (because OOP has various pitfalls like the diamond problem and the fragile base class), and it’s going to have similar but different enough syntax from Swift.

Okay, but what does the syntax look like?

// examples
// if statements
if x == 5 {
print("Hello, World")
} else {
print("Bye, World")
}

// paradigm
struct A {
var foo: number
}

copy A => B {
add var bar: string = "This is a test"
}

let temp: B = B()
print(temp.bar) // prints "This is a test"

Why are you making it? This project is for my 2026 submission for the Swift Student Challenge (I haven’t done it before, so this is first time, lol).

I’m still w…

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help