Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-extension

All works moved to https://github.com/dannypsnl/formatted-string, which provided even better experience by using meta-reader.

The language extends racket string to formatted string, let's look at the following example.

#lang string-extension

(define-values (x y z) (values 1 2 3))
"x = $x, y = $y, z = $z, (+ x y z) = $(+ x y z)"

About

extend racket string to formatted string

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages