From 8f83e6377a7a5e4209f8996c1c9e6870f8ec66b5 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 4 Dec 2022 15:10:04 -0500 Subject: exploring gerbil scheme a bit --- rnd/play.ss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rnd/play.ss diff --git a/rnd/play.ss b/rnd/play.ss new file mode 100644 index 0000000..7a7c3ca --- /dev/null +++ b/rnd/play.ss @@ -0,0 +1,8 @@ +(import :std/net/request) + +(def req (http-get "pokeapi.co/api/v2/pokemon/ditto")) + +(request-status req) + +(display + (hash->list (request-json req))) -- cgit 1.4.1-2-gfad0 d class='main'>index : mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/tools/test_treeshake_translate
blob: 1aa6f068f0280d3e949e1c8040ce514c0789a5f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29