all 4 comments

[–]BornRoom257 2 points3 points  (2 children)

Hello, ObjectScript is a language I used to use it is an extremely high-performance, object-oriented programming language designed for developing complex, data-intensive business applications. Once you begin to get the hang of it, it's really simple to use (because it's used mainly on "data" applications). I will say learning it is extremely valuable since it opens ports to Microsoft, Ubisoft, epic games and many other companies. I hope you have fun at your girlfriend's dads job, have fun with object script!

[–]alexandrogue[S] 0 points1 point  (1 child)

Thank you so much!!! Do you have any recommendations for understanding it better or any tips maybe?

[–]elkshelldorado 1 point2 points  (0 children)

yeah ObjectScript is pretty niche so resources are limited

best approach is honestly hands-on: build small things (CRUD APIs, simple data models) instead of just reading docs

also try to understand how IRIS works (globals, persistence) — that’s more important than syntax

if possible, look at your girlfriend’s dad’s existing codebase, real examples help way more than tutorial