Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Mierenik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Mierenik
2mo ago
No, Python is a slow and high level language, so there are aren't many examples or documentation out there for graphics, and you need very high performance for graphics, and python just doesn't get you that. Learn c++ or rust, or
2.
▲
by
Mierenik
3mo ago
Depends on what you want to do. If you just want to make a game, use a game engine like Unity, Godot or Unreal. If you want to do graphics, like making engines, simulations, renderers then you should learn a low-level language and a graphic
3.
▲
Techlang – a compiled, statically typed language targeting LLVM
(github.com)
1 points
by
Mierenik
3mo ago
|
1 comments
4.
▲
by
Mierenik
3mo ago
I built a programming language from scratch in C++. It has a C-like syntax with modern features: structs, enums, arrays, pointers, and a module system for splitting code across files. The compiler pipeline goes: lexer - parser - semantic