Lartu / ldpl

COBOL-like programming language that compiles to C++. With serious dinosaurs with neckties and briefcases 🦕💼
https://www.ldpl-lang.org/
Apache License 2.0
158 stars 24 forks source link

LDPL Standard Library #126

Closed Lartu closed 5 years ago

Lartu commented 5 years ago

I've created the LDPL Standard Library. It's a collection of library files (called briefcases by suggestion of @dgarroDC), each with sub-procedures that deal with a particular thing (for example, the already created std-lists.ldpl has a lot of useful LIST sub-procedures). I'm just adding this issue here so you know this exists. Any contribution is greatly appreciated!

Specially, @fireasembler I'd like to ask you to create something like std-os.ldpl following the format of std-lists.ldpl and add the sub-procedure you had written to detect the OS the user was running there. This could be very useful in the future!

Please bear in mind that the standard library uses https://github.com/Lartu/ldpl/pull/124, so you'll have to pull from Damián's branch and install that version of LDPL at the moment (unless that by the moment you read this that branch has already been merged into master).

Thank you all and have a nice day!

arielf212 commented 5 years ago

will do! any specific things you want to see in the std?

Lartu commented 5 years ago

At the moment I hadn't thought of any. Just anything you come up with!

Edit: and thank you!

Lartu commented 5 years ago

Closed as it belongs in https://github.com/Lartu/ldpl-std/issues/3