defano / wyldcard

A clone of Apple's HyperCard and HyperTalk scripting language.
https://github.com/defano/wyldcard/wiki
MIT License
117 stars 12 forks source link

Update .gitignore for macOS, add "the osname" and "the osversion" #87

Closed rozek closed 2 years ago

rozek commented 2 years ago

Good morning!

In order to be compatible with macOS systems, it's a good idea to include ".DS_Store" in .gitignore

[Edit] In order to become familiar with the implementation, I've added "the osname" and "the osversion" which determine name and version of the underlying operating system (I also plan to implement a shell command interface in order to enhance the application domain of Wyldcard)

rozek commented 2 years ago

Good morning!

Thanks for the plaudit!

But your code looks extremely systematic and well designed - which makes it quite easy to apply certain kinds of changes (e.g., adding custom functions) Given what I have already seen during my career, your code base is definitely one of the best structured ones.

Thus, my most appropriate answer would probably be: you are accepted as my employer! :-)

rozek commented 2 years ago

Now, that you accepted and merged my extensions for Wyldcard, it's probably time to hand in some documentation.

As I do not have write access to your wiki, I've written a few lines in my own one, to be found at https://github.com/rozek/wyldcard/wiki. These lines are meant to be inserted into https://github.com/defano/wyldcard/wiki/Functions#built-in-functions