Skip to content
#

PureScript

purescript logo

PureScript is a strongly-typed, purely-functional programming language that compiles to JavaScript. It can be used to develop web applications, server side apps, and also desktop applications with use of Electron.

Here are 698 public repositories matching this topic...

purescript-halogen
commandodev
commandodev commented Mar 7, 2017

I can't find the preventDefault function in halogen's API anymore, or see it mentioned in the docs. How do we do that now?

I'd also just like to say a massive thanks for halogen. The latest changes for version 1 make for a much nicer to use API and refactoring a couple of thousand line app was pretty painless. You guys rock!

marcosh
marcosh commented Mar 19, 2020

As far as I understand, with Spago and Purescript it is possible to use data types and functions coming from transitive dependencies (dependencies of declared dependencies).

This may cause problems if my declared dependency decides to remove one of its dependency which I'm using but not declaring.

To avoid such issues, it would be nice to have in Spago a command which checks that every funct

paf31
paf31 commented Oct 16, 2016

Since all packages in a set will build together, it makes sense to generate all documentation at once, so that we can show things like links to instances in other modules.

We should probably think about how this applies to Pursuit in the longer term if the psc-package experiment is a success

@hdgarrood, any thoughts? I think we could potentially aim to have Pursuit build docs on a regular bas

paluh
paluh commented Dec 27, 2017

Just a suggestion.

I've found your examples (from elm-architecture dir) really useful and after reading some of them I'm nearly confident that they are really self-contained and that they can be used as examples in pure "purescript/spork context".

I'm not sure if there should be a link to them from spork docs or if you should extract them into separate repo (and link it from this repositor

cprussin
cprussin commented Aug 26, 2018

Go through guides and update based on changes since the last release, and double check that all examples are still accurate

  • Add notes on Body typeclass, along with different instances (String, Buffer, Stream.Readable, etc)
  • Add notes on default headers (Content-Length, etc) and mechanism for overriding
  • Add some notes on common path matching techniques and tools (th

Created by Phil Freeman

Released 2013

Latest release 11 days ago

Repository
purescript/purescript
Website
www.purescript.org
Wikipedia
Wikipedia

Related Topics

electron functional javascript language nodejs
You can’t perform that action at this time.