Coder Social home page Coder Social logo

elm-to-purescript-cheatsheet's People

Contributors

alpacaaa avatar brendanzab avatar paluh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

elm-to-purescript-cheatsheet's Issues

Absorb into official docs

Hi @alpacaaa

I'm considering putting together a "comparison to other languages" section in the official docs and would like to use this content for the Elm page. What are your thoughts on that proposal? Do we have your permission to copy this repo's content?

We could alternatively link to here, but then it would be nice to have some additional purescript contributors co-maintain this repo so we can make sure to incorporate any PRs.

Consider separating spork examples

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 repository) so they can be easily found by users which are not interested/familiar (like me) with elm.
I'm sure that they have a lot of value outside of "elm to purescript context".

What do you think?

Elm default imports

What a great read! Thanks a lot.

A minor thing I noticed is that Elm default imports focus on the Basics module. In fact there is imported much more by default which isn't clear in the text.

https://github.com/elm-lang/core/blob/master/README.md

import Basics exposing (..)
import List exposing ( List, (::) )
import Maybe exposing ( Maybe( Just, Nothing ) )
import Result exposing ( Result( Ok, Err ) )
import String
import Tuple

import Debug

import Platform exposing ( Program )
import Platform.Cmd as Cmd exposing ( Cmd )
import Platform.Sub as Sub exposing ( Sub )

How about adding the link in a half sentence to make this clear?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.