# \#racketscript

**URL:** https://racket.discourse.group/tag/racketscript/24.md

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

---

## [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…

---

## [\[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/ ?
