# RacketScript

**URL:** https://racket.discourse.group/c/compile-racket-to-the-web/5.md

[Latest](https://racket.discourse.group/latest.md) · [Categories](https://racket.discourse.group/categories.md) · [Tags](https://racket.discourse.group/tags.md)

---

## [Urlang is JavaScript with a sane syntax](https://racket.discourse.group/t/urlang-is-javascript-with-a-sane-syntax/119)

<div class="topic-metadata">

**Author:** [@spdegabrielle](https://racket.discourse.group/u/spdegabrielle)\
**Replies:** 6\
**Last updated:** [November 16, 2021, 1:39am UTC](https://racket.discourse.group/t/urlang-is-javascript-with-a-sane-syntax/119 "2021-11-16T01:39:38Z")

</div>

Package link: urlang raco pkg install urlang Enter some Urlang (check the examples) Hit run (Racket Mode, DrRacket, etc.) Fun! Examples at urlang/urlang-examples at master · soegaard/urlang · GitHub Space invaders…

---

## [About the RacketScript category](https://racket.discourse.group/t/about-the-racketscript-category/54)

<div class="topic-metadata">

**Author:** [@samth](https://racket.discourse.group/u/samth)\
**Replies:** 0

</div>

Discussing compiling Racket to the web, with RacketScript (or with other tools).

---

## [What's the principle of Racketscript](https://racket.discourse.group/t/whats-the-principle-of-racketscript/3072)

<div class="topic-metadata">

**Author:** [@WSWZhh](https://racket.discourse.group/u/WSWZhh)\
**Replies:** 7\
**Last updated:** [August 25, 2024, 6:28pm UTC](https://racket.discourse.group/t/whats-the-principle-of-racketscript/3072 "2024-08-25T18:28:49Z")

</div>

hi, I'm interested in racketscript and want to make it stronger. hmm,what is the key in racketscript,the racket-\>js compiler? as an language-oriented language ,what adventures does racket have to do that? racket's nat…

---

## [What is the state of racketscript?](https://racket.discourse.group/t/what-is-the-state-of-racketscript/2614)

<div class="topic-metadata">

**Author:** [@Jobhdez](https://racket.discourse.group/u/Jobhdez)\
**Replies:** 1\
**Last updated:** [December 23, 2023, 10:20pm UTC](https://racket.discourse.group/t/what-is-the-state-of-racketscript/2614 "2023-12-23T22:20:08Z")

</div>

I am just curious about racketscript? what is the state of this compiler?

---

## [Racket to Javascript compiler](https://racket.discourse.group/t/racket-to-javascript-compiler/1018)

<div class="topic-metadata">

**Author:** [@gus-massa](https://racket.discourse.group/u/gus-massa)\
**Replies:** 5\
**Last updated:** [May 25, 2022, 2:13pm UTC](https://racket.discourse.group/t/racket-to-javascript-compiler/1018 "2022-05-25T14:13:34Z")

</div>

What are the difference between: RacketScript: The RacketScript Language and Compiler Whalesong: Whalesong: a Racket to JavaScript compiler Are both active? Which one has more features? Is it possible to compil…

---

## [Rackt: An ultrasmall (~70 loc) React wrapper written in RacketScript](https://racket.discourse.group/t/rackt-an-ultrasmall-70-loc-react-wrapper-written-in-racketscript/68)

<div class="topic-metadata">

**Author:** [@spdegabrielle](https://racket.discourse.group/u/spdegabrielle)\
**Replies:** 3\
**Last updated:** [January 21, 2022, 11:23am UTC](https://racket.discourse.group/t/rackt-an-ultrasmall-70-loc-react-wrapper-written-in-racketscript/68 "2022-01-21T11:23:39Z")

</div>

https://rackt-org.github.io/

---

## [Best way to create a web-based app to graph temperature data](https://racket.discourse.group/t/best-way-to-create-a-web-based-app-to-graph-temperature-data/522)

<div class="topic-metadata">

**Author:** [@LaughingWater](https://racket.discourse.group/u/LaughingWater)\
**Replies:** 5\
**Last updated:** [January 5, 2022, 8:31pm UTC](https://racket.discourse.group/t/best-way-to-create-a-web-based-app-to-graph-temperature-data/522 "2022-01-05T20:31:20Z")

</div>

Consider me a newbie. I'm re-writing my LispWorks refrigeration-monitoring app in Racket with hopes of making it web-based. It needs to draw a graph of temperatures over time, preferably scrollable so we can see anomalie…

---

## [Cant write function to return opposite true/false](https://racket.discourse.group/t/cant-write-function-to-return-opposite-true-false/489)

<div class="topic-metadata">

**Author:** [@osman44](https://racket.discourse.group/u/osman44)\
**Replies:** 2\
**Last updated:** [December 29, 2021, 6:40pm UTC](https://racket.discourse.group/t/cant-write-function-to-return-opposite-true-false/489 "2021-12-29T18:40:14Z")

</div>

I have been trying to write a function in racket which takes one argument returns its opposite so in my example i have been trying to set b to equal 4 and if any other value is entered it should return true but in my cas…

---

## [\[racketscript\] Dynamically require all racket files in a directory](https://racket.discourse.group/t/racketscript-dynamically-require-all-racket-files-in-a-directory/379)

<div class="topic-metadata">

**Author:** [@kurinoku](https://racket.discourse.group/u/kurinoku)\
**Replies:** 6\
**Last updated:** [December 8, 2021, 5:46pm UTC](https://racket.discourse.group/t/racketscript-dynamically-require-all-racket-files-in-a-directory/379 "2021-12-08T17:46:44Z")

</div>

I'm trying to dynamically require all rkt files in a directory without using any bindings of them, because they have conflicts. The tree is the following |- index.rkt |--- commands |- echo.rkt |- another-cmd.rkt …

---

## [Is it possible to compile other \`#lang\`’s to RacketScript?](https://racket.discourse.group/t/is-it-possible-to-compile-other-lang-s-to-racketscript/152)

<div class="topic-metadata">

**Author:** [@spdegabrielle](https://racket.discourse.group/u/spdegabrielle)\
**Replies:** 0\
**Last updated:** [November 17, 2021, 9:30am UTC](https://racket.discourse.group/t/is-it-possible-to-compile-other-lang-s-to-racketscript/152 "2021-11-17T09:30:28Z")

</div>

Is it possible to compile other #lang’s to RacketScript? For instance the scribble or datalog examples from https://racket-lang.org/ ?
