0.0.12 • Published 1 year ago

fudgejs v0.0.12

Weekly downloads
-
License
EPL-1.0
Repository
github
Last release
1 year ago

Fudge

Fudge is a library of Clojure-inspired functions for JavaScript. it is based on Squint with some modifications to make it suitable for direct use in JavaScript.

Status

This project is experimental and there will likely be breaking changes. Do not use in production.

Install

npm i fudgejs

Usage

Import functions from core.js and string.js as needed

import { not } from "fudgejs/core.js";
import { trim } from "fudgejs/string.js";

not(true);
// false

trim(" hello   ");
// 'hello'

All functions are listed at https://philbaker.dev/fudge/index.html

REPL

Experiment with Fudge functions in the REPL by running node repl.js.

Inspired by

License

Copyright © 2023 Phil Baker

Fudge is licensed under EPL v1.0. See LICENSE for more details.

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago