Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
General Programming Chat
Has Anyone Here Tried Creating Their Own Programming Language?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Terrance Kling" data-source="post: 28742" data-attributes="member: 11024"><p>Been deep in an interesting rabbit hole lately — designing a non-branch programming language called Zeus inspired by Konrad Zuse's Plankalkül from 1945. The concept is that instead of writing if/else and loops, all decisions are encoded as data selections and all iterations become map transformations.</p><p>What makes it interesting from a money perspective is that it could become a universal intermediate representation — meaning Python, JavaScript, any language could compile into Zeus graphs and back out again. More importantly it has potential as an internal reasoning layer for AI models, making AI decisions fully auditable and traceable instead of the black box they currently are.</p><p>Anyone here experimented with building DSLs (domain specific languages) or custom scripting languages for their tools or automation? Curious what approaches people have taken and whether there is a market for language level tooling in the internet marketing space.</p></blockquote><p></p>
[QUOTE="Terrance Kling, post: 28742, member: 11024"] Been deep in an interesting rabbit hole lately — designing a non-branch programming language called Zeus inspired by Konrad Zuse's Plankalkül from 1945. The concept is that instead of writing if/else and loops, all decisions are encoded as data selections and all iterations become map transformations. What makes it interesting from a money perspective is that it could become a universal intermediate representation — meaning Python, JavaScript, any language could compile into Zeus graphs and back out again. More importantly it has potential as an internal reasoning layer for AI models, making AI decisions fully auditable and traceable instead of the black box they currently are. Anyone here experimented with building DSLs (domain specific languages) or custom scripting languages for their tools or automation? Curious what approaches people have taken and whether there is a market for language level tooling in the internet marketing space. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
General Programming Chat
Has Anyone Here Tried Creating Their Own Programming Language?
Top