Re: [racket-users] ann: forms

2019-01-21 Thread Jack Rosenthal
> Documentation: http://docs.racket-lang.org/forms/index.html
> Source code: https://github.com/Bogdanp/racket-forms

Bogdan,

That looks really cool! I'll have to make use of it in a future project
;)

Thanks for sharing!

-- 
Jack M. Rosenthal
http://jack.rosenth.al

Be kind to everyone that you meet.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


[racket-users] ann: forms

2019-01-21 Thread Bogdan Popa


Hey all,

I needed a web form validation library last week and web-server-lib's
formlets don't, afaict, provide any facilities for collecting and
displaying validation errors to the end user so I made "forms" to
scratch that particular itch.  I hope it proves useful to some of you!

Documentation: http://docs.racket-lang.org/forms/index.html
Source code: https://github.com/Bogdanp/racket-forms

- Bogdan

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.