this post was submitted on 11 Aug 2023
1 points (100.0% liked)

The Rust Programming Language

1 readers
0 users here now

A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and...

founded 1 year ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/rust by /u/wojtek-graj on 2023-08-11 01:30:43.


While perusing Wikipedia I stumbled upon a short page on Oriel, a scripting language bundled with the Windows 3/3.1/NT Power Tools books, and decided to write an interpreter. Oriel is quite a unique language because, despite being similar to basic, its output is entirely graphical, and because it was designed with Windows 3 in mind, it can take input from the menubar, mouse, and keyboard.

Given that this is my first larger rust project I'm sure there are plenty of things to improve, so I'll gladly accept any and all feedback.

If by some miracle anyone happens to have a copy of Windows NT Power Tools lying around, please get in touch with me. I'd love to add support for the 1994 version of Oriel, but this book has effectively been lost to time.

Check it out here:

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here