Ah, I see now, DrRacket currently calls out to the i/aspell binary on the user's path, I thought it was bundled up somehow. I tested DrRacket's spell check on my fedora system yesterday when I saw Leif's response, and it just worked because ispell was setup correctly. Later I tried it on my mac and it failed, then I realized I misunderstood what the situation is.
Ok! I'll keep working on the native implementation in that case. RE: Licensing issues that may be caused by porting from the C source; I guess for now i'll just keep a bibliography of sorts that provides tracability from the Racket source to the C source; later, I can figure out how to properly give credit to the appropriate people. Does this sound OK? On Monday, December 5, 2016 at 4:34:47 PM UTC-7, Jens Axel Søgaard wrote: > > Ok - so a Racket implementation would be a Good Thing (TM). > > Den 6. dec. 2016 kl. 00.12 skrev Robby Findler < > [email protected] <javascript:>>: > > It uses aspell. > > Robby > > On Mon, Dec 5, 2016 at 5:06 PM Jens Axel Søgaard <[email protected] > <javascript:>> wrote: > >> >> >> > Den 5. dec. 2016 kl. 22.12 skrev Leif Andersen <[email protected] >> <javascript:>>: >> > >> > Fun fact, DrRacket already has a spell checker. >> >> Does it call ispell or simply use the dictionaries? >> >> /Jens Axel >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Racket Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/racket-dev/AF54960C-F253-44FD-B5BF-F053B35F69EB%40gmail.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/d7099e31-9719-4bd5-a654-dfc6deb2e42b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
