nim2_ide: Notepad++ plug-in (IDE for Nim lang)

2024-04-18 Thread gremlin-art
Right now? I haven’t made my mind. But maybe some day.

iup gui: Load jpeg

2024-04-18 Thread Neodim
>From the IUP official docs: "But the available file formats supported are system dependent. The Windows driver supports BMP, ICO and CUR. The GTK driver supports the formats supported by the GDK-PixBuf library, such as BMP, GIF, JPEG, PCX, PNG, TIFF and many others. The Motif driver supports t

Dear Araq, how do I create a programming language?

2024-04-18 Thread bajith
Yes, those are the things I had in mind. Thank you @Araq for taking out time and sharing your insights.

Dear Araq, how do I create a programming language?

2024-04-18 Thread bajith
I had not seen this. I will check it out. Thanks!

Bloom CBD Gummies Survey Does It Organized Work?

2024-04-18 Thread Lisa
Bloom CBD Gummies Survey Does It Organized Work? Bloom CBD Gummies : contain serious solid areas for 100 percent that assistance to typically help physical and significant success. ➲➲Click Here➲Official Website➲Huge Discount Predictable torment, stress, and sharpness are clinical issues that kee

Dear Araq, how do I create a programming language?

2024-04-18 Thread spip
Building upon Araq's answer about Nicklaus Wirth book, you can start playing with [Nim0](https://gitlab.com/pmetras/nim0) that implements a toy _Nim-compatible_ language in Nim, with references to Wirth's text. You can even practice adding some missing features...

Dear Araq, how do I create a programming language?

2024-04-18 Thread dwhall256
I recommend you not make your dream language as your first project. Instead, create a small and simple language as your first step. Perhaps a FORTH derivative. Learn from that. See where that learning takes you. Do you want to make a general purpose language? or one to formalize legal contracts?

Presenting Bloom CBD Gummies

2024-04-18 Thread Lisa
Presenting Bloom CBD Gummies Bloom CBD Gummies hang out in the packed CBD market because of multiple factors. Made with great CBD remove obtained from natural hemp plants, ➲➲Click Here➲Official Website➲Huge Discount Bloom CBD Gummies are painstakingly created to convey a powerful and reliable po

Dear Araq, how do I create a programming language?

2024-04-18 Thread PMunch
For anyone interested in writing a programming language in Nim we've also got the "langdev" channel on Discord which is bridged to the "#nim-langdev" on Libera.chat (IRC), and to "#nim-langdev:matrix.org" on Matrix.

Dear Araq, how do I create a programming language?

2024-04-18 Thread bajith
I know the CI book. I just wanted to know what @Araq thought of what is relevant and what is not.

Dear Araq, how do I create a programming language?

2024-04-18 Thread bajith
Thank you so much @Araq! This means a lot to me. If I may take your time for one last thing regarding this; is experience in systems programming advisable before one embarks on compiler/parser engineering?

Dear Araq, how do I create a programming language?

2024-04-18 Thread walkr
I'm sure in this day and age, there are many good resources available, but I've read that the book **Crafting Interpreters** by Robert Nystrom is a good resource for those interested in developing programming languages.

Dear Araq, how do I create a programming language?

2024-04-18 Thread Araq
> Secondly, if you get time, could you give an outline of a roadmap of things I > should learn in an incremental manner to reach your level of knowledge and > proficiency. Sorry, but you will not reach my level of knowledge by reading books. You need to experiment and learn from your mistakes.

Dear Araq, how do I create a programming language?

2024-04-18 Thread bajith
I was wishing you would answer my other questions as well (if you have time that is). 😬

Dear Araq, how do I create a programming language?

2024-04-18 Thread Araq
Read this: And then "Modern compiler implementation in Java/ML/C" by Andrew W. Appel and Jens Palsberg. These are not very math he

Dear Araq, how do I create a programming language?

2024-04-18 Thread bajith
Hi sei, Thanks for this. I had heard of this tutorial from the sub-reddit I mentioned above. Actually, I find it easy now to get a hold of these resources. They do give me a "practical" exposure to language development. However, I was asking @Araq to understand what kind of theoretical base sh

Dear Araq, how do I create a programming language?

2024-04-18 Thread sei
Hi bajith, I recently stumbled upon this: [My First Language Frontend with LLVM Tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html) Maybe that could serve as a starting point.