Live data from Hacker News

Viewing profile — purescript

purescript

HN member
Joined
Wed, Nov 12, 2014, 8:22 PM UTC
HN karma
96
Public activity
59 items

About purescript

purescript.org

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #23493167

    I'm curious why this isn't a backend for the existing PureScript compiler, since the front-end seems to be copy-paste identical?

  8. story
  9. story
  10. story
  11. comment
    Comment #17145075

    PureScript has a lenient FFI so you can choose to use 99% pure functions if you like (at your own risk).

  12. comment
    Comment #15777288

    Yes it does.

  13. comment
    Comment #15741989

    This seems like it could be useful, but I don't seem to be able to create a discussion which is visible to everyone, yet only editable my members of my team, which is my main use c…

  14. comment
    Comment #15387512

    You might find our recent blog post interesting: https://medium.com/fuzzy-sharp/migrating-to-postgres-2dc1519... TL;DR: persistent + esqueleto + servant

  15. comment
    Comment #15244598

    Category theory matters to programming because, among other things, it teaches us how to abstract over programming languages. What better definition of abstract programs than "thin…

  16. comment
    Comment #15087107

    https://trends.google.com/trends/explore?q=purescript,scalaj...

  17. comment
    Comment #14985021

    I work on the PureScript ( http://purescript.org ) compiler, tools, libraries and book in my spare time (along with many other unpaid contributors), because it's the programming la…

  18. comment
    Comment #14538127

    Just model this as taking an old, immutable web to a new one. impact :: Web -> Web Persistent data structures will let us reuse the best parts of the old web efficiently.

  19. comment
    Comment #13788281

    > Aside from apps at work Now I'm curious :)

  20. comment
    Comment #13785617

    Here is foldl implemented using foldr in PureScript, along with an example of using laziness to gain modularity: http://try.purescript.org/?gist=63d81adf9f5257ffa4f576df2658...

  21. comment
    Comment #13553295

    We recently added a way to dump out the compiler's intermediate representation as JSON, so it's actually very straightforward to create new backends by transforming that output [1]…

  22. comment
    Comment #13468200

    Halogen is not the only option for building web applications with PureScript. There are simpler options like Pux and Thermite, which are possibly much easier to teach. Halogen is o…

  23. comment
    Comment #13430054

    You don't need to constrain yourself. AltJS allows users to mix and match different languages for different problems. Use a pure functional language where it makes sense for you, a…

  24. comment
    Comment #13141477

    This is from 2014. Here is the 2016 version: https://github.com/paf31/24-days-of-purescript-2016

  25. story