greg
2020-5-28 13:14:19

@robert.postill What I wrote there is super old. :simple_smile: The other link @soegaard2 is much better.


greg
2020-5-28 13:14:50

soegaard2
2020-5-28 13:15:01

Time flies!


greg
2020-5-28 13:15:18

But I think your question was more, what are some examples, “role models” to look at?


greg
2020-5-28 13:15:34

I think that maybe depends a bit on what sort of packages you plan to write?


greg
2020-5-28 13:16:19

What sort of packages? Using what sort of Racket features (e.g. racket/gui or not? using FFI or not?)


greg
2020-5-28 13:16:24

If you don’t know, yet, that’s cool.


greg
2020-5-28 13:16:51

But if you already have some ideas, it might help folks recommend some “adjacent” things to look at for inspiration?


greg
2020-5-28 13:17:11

(And maybe even to avoid re-inventing wheels accidentally. Doing that on purpose is of course fine. :simple_smile: )


robert.postill
2020-5-28 23:42:19

Hi @greg yes indeed, I as looking for role models :slightly_smiling_face:


robert.postill
2020-5-28 23:44:03

OK, so I’m not using FFI or racket/gui this is a database driver and as such it’s much more about how do you make it nice for developers I think.