How to Install urweb in Ubuntu 18.04



Install urweb by entering the following commands in the terminal:

sudo apt update
sudo apt install urweb

Description:

purely functional language for web programming

Ur is a pure, functional, statically typed, strict programming language in the tradition of ML and Haskell; however, it features a significantly richer type system. Ur/Web is Ur plus a special standard library and associated rules for parsing and optimization. Ur/Web supports constructing dynamic web applications backed by SQL databases. . This package provides the urweb compiler and development libraries; you do not need to install it to run applications written in Ur/Web.

Homepage: http://impredicative.com/ur/

Version: 20170720+dfsg-2build1

Section: universe/devel