Stephen De Gabrielle

Results 136 issues of Stephen De Gabrielle

As at 8.5 a number of packages still reference l(gpl) contradicting the relicencing announce at https://blog.racket-lang.org/2019/11/completing-racket-s-relicensing-effort.html Thank you to @Aeva for the alert > here's a quick grep of share/pkgs...

Hi 👋 We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a...

good first issue
documentation

[![Racket](https://img.shields.io/badge/-Racket-darkred?logo=racket)](https://racket-lang.org) [![Discourse users](https://img.shields.io/discourse/users?label=Discuss%20on%20Racket%20Discourse&logo=racket&server=https%3A%2F%2Fracket.discourse.group)](https://racket.discourse.group/) [![Racket Discord](https://img.shields.io/discord/571040468092321801?label=Chat%20on%20Racket%20Discord&logo=racket)](https://discord.gg/6Zq8sH5)

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files Add citation to racket

documentation

I feel the guide doesn't give new users a clear picture of the strengths of each option https://docs.racket-lang.org/guide/Emacs.html I'm drafting a PR to fix that.

question

e.g. https://github.com/eugenkiss/7guis/tree/master/ClojureScript-Om https://eugenkiss.github.io/7guis/implementations

``` #lang datalog ancestor(A, B) :- parent(A, B). ancestor(A, B) :- parent(A, C), ancestor(C, B). parent(john, douglas). parent(bob, john). ancestor(A, B)? ```

roadblock

Been thinking about TypeScript. Is the Typed Racket example possible? ``` #lang typed/racket ;; Using higher-order occurrence typing (define-type SrN (U String Number)) (: tog ((Listof SrN) -> String)) (define...

playground
roadblock

Documentation missing at https://docs.racket-lang.org/racketscript/index.html the GitHub README.md mentions RacketScript is a subset of Racket but does not point to where the subset is documented. (is there a page like for...

documentation

see https://docs.racket-lang.org/racketscript/start.html

documentation