Skip to content

Commit a16e4a1

Browse files
spdegabriellemfelleisen
authored andcommitted
Update index.html.pm
1 parent dfe33f6 commit a16e4a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/index.html.pm

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
◊[define miniKanren "https://pkgs.racket-lang.org/package/faster-minikanren"]
3030
◊[define traits-aplas "http://www.cs.utah.edu/plt/publications/aplas06-fff.pdf"]
3131
◊[define hash-langs "https://docs.racket-lang.org/guide/hash-languages.html"]
32-
◊[define lang-video "https://lang.video"]
32+
◊[define frosthaven-manager "https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html"]
3333
◊[define typed/racket "https://docs.racket-lang.org/ts-guide/index.html"]
3434
◊[define datalog "https://docs.racket-lang.org/datalog/datalog.html?q=datalog"]
3535
◊[define br-parsing "https://docs.racket-lang.org/br-parser-tools/index.html?q=parsing"]
@@ -246,14 +246,14 @@ ancestor(A, B)?}}}
246246
◊tab[#:id "easy-dsls" #:title "Easy DSLs"]{
247247
div[#:class "container-fluid vertical-in-smartphones-horizontal-otherwise"]{
248248
div[#:class "block-with-1em-margin"]{
249-
◊img/size["fh.drawio.png" #:alt "#lang video Dependency Graph" #:size (cons 350 350) #:class "lop-image"]{}}
249+
◊img/size["frosthaven.png" #:alt "Frosthaven Manager application tech stack diagram" #:size (cons 350 350) #:class "lop-image"]{}}
250250

251251
div{
252252
◊p[#:class "block-with-1em-margin"]{
253253
Some languages convey ideas more easily than others. And some programming languages convey solutions better than others. Therefore Racket is a language forlink[hash-langs]{making languages}, so that a programmer can write every module in a well-suited language.}
254254

255255
◊p[#:class "block-with-1em-margin"]{
256-
Often ◊link["https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html"]{an application domain} comes with several languages. When you need a new language, you make it—on the fly. Open an IDE window; create a language right there, with just a few keystrokes; and run a module in this new language in a second IDE window. Making new languages really requires no setup, no project files, no external tools, no nothing.}
256+
Often ◊link[frosthaven-manager]{an application domain} comes with several languages. When you need a new language, you make it—on the fly. Open an IDE window; create a language right there, with just a few keystrokes; and run a module in this new language in a second IDE window. Making new languages really requires no setup, no project files, no external tools, no nothing.}
257257
}}}
258258
◊tab[#:id "ide-support" #:title "IDE Support"]{
259259
div[#:class "container-fluid vertical-in-smartphones-horizontal-otherwise"]{

0 commit comments

Comments
 (0)