Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

PureScript

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.

https://github.com/rbatinov/mvc-template-with-php-oop

This is a simple MVC project template based on OOP and written in PHP. It also contains Database class which helps connecting to mySQL database.

controller model mvc mysql noframework php pure purescript view web webapp website

Last synced: 06 Jan 2025

https://github.com/nsaunders/p.giphy

A PureScript clone of the Elm Giphy API demo

affjax argonaut halogen purescript

Last synced: 30 Nov 2024

https://github.com/pmiddend/raytracker

visualize when things start and end

haskell nix productivity purescript quantified-self

Last synced: 30 Nov 2024

https://github.com/maxhallinan/redexer

Step through the reduction of an untyped lambda calculus term.

lambda-calculus purescript

Last synced: 18 Nov 2024

https://github.com/narigo/purescript-fun

Trying out purescript for a bit

fun purescript testing

Last synced: 14 Dec 2024

https://github.com/fluentci-io/purescript-plugin

Set up your CI/CD Pipeline with a specific version of PureScript

continuous-delivery continuous-integration plugin purescript rust wasm webassembly

Last synced: 20 Nov 2024

https://github.com/yornaath/purescript-bf-gun

Gun DB bindings in purescript.

gun gundb purescript

Last synced: 21 Nov 2024

https://github.com/justinwoo/purescript-sijidou

A library for matching a string into a record of functions of statically known Symbol proxies.

purescript

Last synced: 27 Dec 2024

https://github.com/markfarrell/purescript-parsing-repetition

Helper functions for the repetition of PureScript parsers, e.g. range of number of occurrences and validation constraints on trailing input.

purescript

Last synced: 03 Dec 2024

https://github.com/coot/purescript-karma-test-unit

Karma runner for purescript-test-unit.

karma karma-runner purescript test-runner unit-testing

Last synced: 03 Dec 2024

https://github.com/jkachmar/purescript-mqttjs

Incomplete bindings to the MQTT.js library.

mqtt purescript

Last synced: 27 Dec 2024

https://github.com/justinwoo/npm-spacchetti-cli-bin-simple

A simple distribution of spacchetti-cli using NPM. Assumes almost nothing other than Linux/OSX.

psc-package purescript spacchetti

Last synced: 27 Dec 2024

https://github.com/the-dr-lazy/purescript-monarch-ui

What if you never had to write CSS again? elm-ui equivalent for purescript-monarch.

design dx elm frontend monarch purescript ui ux

Last synced: 13 Dec 2024

https://github.com/justinwoo/purescript-alphasucc

For those times when you want the alphabet for labeling things.

purescript

Last synced: 27 Dec 2024

https://github.com/justinwoo/purescript-la-galbi

A simple library to parse a path string to a record of the parameters

purescript

Last synced: 26 Dec 2024

https://github.com/justinwoo/chocopie-redux-devtools-demo

Demo of using Redux DevTools with https://github.com/justinwoo/purescript-redux-devtools with a https://github.com/lumihq/purescript-react-basic view with https://github.com/justinwoo/purescript-choco-pie to drive inputs.

purescript react-devtools

Last synced: 27 Dec 2024

https://github.com/vimaltiwari2612/pokedex

A basic Pokedex app, created using simple HTML, CSS and JS.

css3 html html5 javascript javascript-library pokemon pokemon-api purescript vanilla-javascript

Last synced: 02 Jan 2025

https://github.com/goodmind/purescript-mtproto

telegram-mtproto bindings for PureScript

mtproto purescript

Last synced: 03 Jan 2025

https://github.com/running-grass/purescript-lunar-calendar

purescript生态下的农历库

date lunar-calendar purescript

Last synced: 04 Jan 2025

https://github.com/cprussin/purescript-node-stream-buffers

A wrapper for the Node stream-buffers package

buffers node purescript stream

Last synced: 11 Jan 2025

https://github.com/justinwoo/purescript-puchitomato

A small module for a string literal type that guarantees a String value the same as its Symbol parameter.

purescript

Last synced: 27 Dec 2024

https://github.com/red-rapious/compilateur-petit-purescript

Compiler of the Purescript language in OCaml - Project for the "Programming languages and compilation" course 2023-2024 at ENS Ulm

compiler ocaml purescript

Last synced: 11 Jan 2025

https://github.com/markfarrell/purescript-parsing-alphanumeric

Helper functions for parsing/validation of strings of alphanumeric characters.

purescript

Last synced: 03 Dec 2024

https://github.com/epicallan/p2h-ui

Front end Test for a pdf to html service on steroids :ok_woman: :ok_woman: in purescript-pux

frontend functional-programming pdf purescript pux

Last synced: 18 Nov 2024

https://github.com/risto-stevcev/purescript-window

A purescript wrapper for the window object

dom purescript window

Last synced: 09 Nov 2024

https://github.com/philzook58/purescript-glpk

Purescript bindings to the GNU Linear Programming Kit

linear-programming purescript

Last synced: 08 Jan 2025

https://github.com/nwawrzyniak/mtc

mtc (minimal-tor-chat) is an extremely minimalistic chat server for chatting without a user control system. It is preconfigured to be accessable only via the Tor network or locally.

chat purescript server tor

Last synced: 20 Nov 2024

https://github.com/justinwoo/purescript-bibimbap

The flip side of Chirashi, simply storing sum type values and retrieving them by using the constructor name as a test value, by using Generic.Rep to get constructor names from a sum type definition.

error generics-rep purescript

Last synced: 27 Dec 2024

https://github.com/athanclark/purescript-web-urlsearchparams

Binding to the javascript Web URLSearchParams browser API

purescript query-string query-string-builder url urlsearchparams

Last synced: 28 Dec 2024

https://github.com/malob/purescript-mercury-parser

A PureScript wrapper for Mercury Parser

mercury-parser purescript

Last synced: 27 Dec 2024

https://github.com/justinwoo/purescript-dango

A fun library for sized lists in PureScript 0.12 using Symbols

purescript sized type-level

Last synced: 26 Dec 2024

https://github.com/tfc/electron-purescript-example

A minimal example Electron app that is written in Purescript

electron esbuild flake nix purescript purs-nix react

Last synced: 14 Nov 2024

https://github.com/tfc/purescript-ziprecord

Purescript Example: How to map a binary function generically over (nested) records

meta-programming purescript row-types

Last synced: 14 Nov 2024

https://github.com/purefunctor/purescript-packrat-parsing

Implements packrat parsing algorithms from: Packrat Parsing: a Practical Linear-Time Algorithm Backtracking by Bryan Ford in PureScript.

packrat-parsing parsing-algorithm purescript

Last synced: 25 Nov 2024

https://github.com/athanclark/purescript-sjcl

Bindings to the Stanford JavaScript Crypto Library

browser cryptography purescript sjcl

Last synced: 28 Dec 2024

https://github.com/athanclark/purescript-base64

A base64 encoding tool, wrapping tweetnacl-util-js

base64 decoding encoding purescript

Last synced: 28 Dec 2024

https://github.com/purefunctor/purescript-halogen-animations

Easy animation toggling for elements using Halogen Hooks.

halogen purescript web

Last synced: 25 Nov 2024

https://github.com/athanclark/purescript-parseint

Bindings to parseInt()

parseint purescript

Last synced: 28 Dec 2024

https://github.com/marteinn/employees-api-purescript

A example api built in Purescript and express.js using dynamodb.

purescript

Last synced: 21 Nov 2024

https://github.com/rightfold/led

Lambda Editor.

editor lambda-calculus purescript

Last synced: 06 Jan 2025

https://github.com/athanclark/purescript-social-icons

Bindings to react-social-icons

purescript react social-icons

Last synced: 28 Dec 2024

https://github.com/athanclark/purescript-uint-instances

Common instances for UInt32s, via a newtype.

instances purescript uint32

Last synced: 28 Dec 2024

https://github.com/justinwoo/get-nested-keys

An example of using PureScript 0.12 (RC) instance chains to have recursively matching type classes using instance chains.

instance-chains purescript type-level

Last synced: 27 Dec 2024

https://github.com/soupi/specular-play

Playing with and learning specular

dom frp gui haskell-reflex purescript purescript-specular

Last synced: 08 Jan 2025

https://github.com/mjepronk/purescript-web-url

FFI for the Web URL API (encode and decode URL's): https://developer.mozilla.org/en-US/docs/Web/API/URL

purescript url

Last synced: 08 Dec 2024

https://github.com/mjepronk/purescript-apie

PureScript client for Apie

apie event-sourcing purescript

Last synced: 08 Dec 2024

https://github.com/markfarrell/purescript-parsing-foreign

Helper functions for the parsing/validation of foreign data.

purescript

Last synced: 03 Dec 2024

https://github.com/danr/norma

text normalization editor

purescript

Last synced: 23 Nov 2024

https://github.com/athanclark/purescript-sparrow-queue

Queue interface for sparrow framework

purescript purescript-queue queue sparrow

Last synced: 28 Dec 2024

https://github.com/kimkee/keypad

keypad shuffle

keypad password pin purescript shuffle ui

Last synced: 26 Nov 2024

https://github.com/athanclark/purescript-zeta-extra

Extra modules and kit that aren't minimally required for Signals

dom handler purescript purescript-zeta signal timers

Last synced: 28 Dec 2024

https://github.com/carletes/purescript-by-example

Notes and exercises from Phil Freeman's "PureScript By Example"

purescript

Last synced: 22 Nov 2024

https://github.com/unclechu/carma-ruamc-fork

CaRMa when I was working on fork for RuAMC

crm haskell purescript

Last synced: 15 Dec 2024

https://github.com/silvestrevivo/budgetjs

Monthly personal budget application developed with native javascript, following the Udemy Tutorial from @jonasschmedtmann.

css3 html5 javascript parceljs purescript vanilla-javascript

Last synced: 25 Nov 2024

https://github.com/markfarrell/purescript-parsing-uuid

Helper functions for the parsing/validation of UUIDs.

purescript

Last synced: 03 Dec 2024

https://github.com/sectore/purescript-react-navigation

PureScript bindings for React Navigation

purescript react-native react-navigation

Last synced: 12 Jan 2025

https://github.com/markfarrell/purescript-parsing-hexadecimal

Helper functions for parsing/validation of strings of hexadecimal characters.

purescript

Last synced: 03 Dec 2024

https://github.com/carstenkoenig/ps2048

2048 game in purescript

2048-clone purescript

Last synced: 29 Nov 2024

https://github.com/kritzcreek/dockerconfig-ng

Dockerconfig done right

docker purescript smug

Last synced: 27 Dec 2024

https://github.com/astynax/ps-xmas-tree

:christmas_tree: PureScript povered Xmas Tree

demo purescript purescript-demo

Last synced: 23 Dec 2024

https://github.com/s0kil/purescript-livebook

Purescript Livebook

book purescript

Last synced: 26 Nov 2024

https://github.com/souravbadami/pscube

PureScript Cube Visualizer

javascript purescript

Last synced: 04 Dec 2024

https://github.com/pokle/purescript-vanilla

Living it up with the DOM

dom framework purescript

Last synced: 29 Dec 2024

https://github.com/himanoa/class-name-extractor

ClassNameExtractor solves these problems by providing FFI setup that can extract class names by parsing CSS for safe style resolution, and by providing functionality to place CSS in the `output` directory.

css purescript

Last synced: 09 Dec 2024

https://github.com/razcore-rad/purescript-pure-webidl

PureScript WebIDL AST and parser.

ast parser purescript webidl

Last synced: 11 Jan 2025

https://github.com/shmygol/exercism-purescript

Solutions for PureScript exercises from exercism.org

exercises exercism purescript

Last synced: 10 Dec 2024

https://github.com/vendethiel/translator.ps

Translator frontend

purescript purescript-halogen

Last synced: 28 Nov 2024

https://github.com/athanclark/purescript-setimmediate

Bindings to setImmediate

purescript setimmediate

Last synced: 28 Dec 2024

https://github.com/vendethiel/exemps

PureScript record2example

perl6 purescript raku

Last synced: 28 Nov 2024

https://github.com/sectore/purescript-isomorphic-fetch

PureScript bindings of `isomorphic-fetch`

isomorphic-fetch purescript

Last synced: 12 Jan 2025

https://github.com/athanclark/purescript-react-event-listener

Purescript bindings to react-event-listener.js

purescript react-event-listener

Last synced: 28 Dec 2024

https://github.com/athanclark/purescript-stockcharts

Bindings to react-stockcharts

purescript react stockchart

Last synced: 28 Dec 2024

https://github.com/athanclark/purescript-react-transition-group-2

Purescript bindings to react-transition-group.js

purescript react-transition-group

Last synced: 28 Dec 2024

https://github.com/cornersyrup/bookish-palm-tree

A demonstration of seamless PureScript integration with JavaScript and TypeScript using type definition files.

javascript purescript typescript

Last synced: 10 Jan 2025

https://github.com/felixschl/purescript-neodoc-parsing

Parsing library for purescript, originally written as efficient parser implementation for http://github.com/felixSchl/neodoc

parsing purescript

Last synced: 27 Dec 2024

https://github.com/athanclark/purescript-iso

Haskell / Purescript package for isomorphic JSON

haskell isomorphic json primitives purescript zeromq

Last synced: 28 Dec 2024

https://github.com/athanclark/purescript-split-pane

Bindings to react-split-pane

purescript react split-pane

Last synced: 28 Dec 2024

https://github.com/athanclark/purescript-pty

Bindings to node-pty

pty purescript

Last synced: 28 Dec 2024

https://github.com/carstenkoenig/minesweeper-ps

Minesweeper clone in Purescript using Halogen-Hooks

demo-app halogen halogen-hooks purescript

Last synced: 29 Nov 2024

https://github.com/ghivert/morpho-external-monitoring

Monitors Morpho API on a hourly basis. Sends a Telegram message to indicate the state of the API.

backend monitoring purescript

Last synced: 23 Dec 2024

https://github.com/athanclark/purescript-electron

Electron bindings for purescript

electron purescript

Last synced: 28 Dec 2024