derw icon indicating copy to clipboard operation
derw copied to clipboard

An Elm-inspired language that transpiles to TypeScript

Results 3 derw issues
Sort by recently updated
recently updated
newest added

The following `derw` code defines a lambda of type `string -> string`. ```derw main: string -> string main = \name -> `Hello ${name}` ``` Running `derw compile` on this results...

PureScript, Haskell (with `UnicodeSyntax` extension), Dhall, and Agda all support Unicode for operators (as well as custom infix operators). Users can choose to express themselves however they feel. ```purescript print...

https://github.com/eeue56/derw/blob/6f94fd8d2ed0bd8796b797dac2b14b09334d623b/src/cli/install.ts#L157-L171 (also, are you sure you don't want `console.error` instead of `log` here?) Before this project digs itself into the same hole Elm did, please do not require that all...