Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Evy

Empower everyone to learn programming Evy is a simple programming language, made to learn coding. Try it at https://evy.dev
Collective - Host: opensource - https://opencollective.com/evy - Code: https://github.com/evylang/evy

builtins: Add variadic assert command

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
docsite: Fix various minor annoyances

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
builtins: Add `hsl` function

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
parser: Improve error message for variadic

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
builtins: Add `abs` function

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
docs: Fix max reference

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
docsite: Fix sidebar expansion for "cleanUrls"

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
node: Upgrade node tooling

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
examples: Add top level Evy source examples directory

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
all: Upgrade hermitised tools and go packages

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
Implement explicit type conversion

github.com/evylang/evy - joshcarp opened this issue 8 months ago
Add evy test command

github.com/evylang/evy - joshcarp opened this pull request 8 months ago
Panic when iterating over empty string

github.com/evylang/evy - juliaogris opened this issue 8 months ago
parser: Report error for quoted map keys

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
make: Rework full and slim builds

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
learn: Create initial levy CLI

github.com/evylang/evy - juliaogris opened this pull request 8 months ago
bytecode: Remove bytecode test assertions

github.com/evylang/evy - Rossiar opened this pull request 9 months ago
parser/eval: Move StepRange defaults to parser

github.com/evylang/evy - camh- opened this pull request 9 months ago
bytecode: Implement for loops

github.com/evylang/evy - Rossiar opened this pull request 9 months ago
eval: Error on non-integer index and slice expressions

github.com/evylang/evy - juliaogris opened this pull request 9 months ago
ux: Tweak playground and docs site

github.com/evylang/evy - juliaogris opened this pull request 9 months ago
Define and implement an array repetition operator

github.com/evylang/evy - camh- opened this pull request 9 months ago
docs: Change join builtin description for []any

github.com/evylang/evy - camh- opened this pull request 9 months ago
Let fmt package call String() on arguments

github.com/evylang/evy - camh- opened this pull request 9 months ago
evaluator: Refactor value to remove Type() method

github.com/evylang/evy - camh- opened this pull request 9 months ago
evy: Implement SVG support

github.com/evylang/evy - juliaogris opened this pull request 9 months ago
bytecode: Implement while and break statements

github.com/evylang/evy - Rossiar opened this pull request 9 months ago
bytecode: Implement if statements

github.com/evylang/evy - Rossiar opened this pull request 9 months ago
Update all tools with

github.com/evylang/evy - juliaogris opened this pull request 9 months ago
bytecode: Implement slice expressions

github.com/evylang/evy - Rossiar opened this pull request 9 months ago
playsite: Add theme.js for preferred theme

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
playsite: Add theme toggle and tweak styles

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
bytecode: Implement index operator

github.com/evylang/evy - Rossiar opened this pull request 10 months ago
docs: Update syntax_by_example.md with evy codeblock

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
deploy: Fix per PR deploys

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
docsite: Add syntax coloring

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
site: Tweak design

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
e2e: Attempt to fix flaky tests

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
deploy: Add evytest.dev domain

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
docsite: Move from preview to docs.evy.dev

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
docsite: Add about dialog

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
build-tools: Rewrite the hrefs starting with / to apex

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
docsite: Fix various styling issues

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
bytecode: Implement maps

github.com/evylang/evy - Rossiar opened this pull request 10 months ago
bytecode: Implement arrays

github.com/evylang/evy - Rossiar opened this pull request 10 months ago
bytecode: Implement string literals and operations

github.com/evylang/evy - Rossiar opened this pull request 10 months ago
bytecode: Implement numeric comparison operators

github.com/evylang/evy - Rossiar opened this pull request 10 months ago
docsite: Add theme toggle

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
parser: Fix formatting for multiline literals

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
evaluator: Fix `any` comparison

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
parser: Allow keywords as map keys

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
Panic when comparing two different `any` types

github.com/evylang/evy - joshcarp opened this issue 10 months ago
parser: Fix assignability check by tracking type context

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
Inline nested map crashes

github.com/evylang/evy - juliaogris opened this issue 10 months ago
Formatting issue for multline nested map

github.com/evylang/evy - juliaogris opened this issue 10 months ago
evaluator: Allow slice start index to be equal to length

github.com/evylang/evy - joshcarp opened this pull request 10 months ago
docs: Specify required types array concatenation

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
docsite: Add icons to sidebar footer

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
docsite: Generate sidebar from _sidebar.md

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
frontend: Prepare for sidebar in docs

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
docs: Update markdown formatting of docs

github.com/evylang/evy - juliaogris opened this pull request 10 months ago
Create a 404 page design

github.com/evylang/evy - jasonstrachan opened this issue 10 months ago
wip: Add contributing.md and friends

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
frontend: Move all SVG icons into CSS

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
bytecode: Refactor tests

github.com/evylang/evy - Rossiar opened this pull request 11 months ago
make: Generalise running playwright in docker

github.com/evylang/evy - camh- opened this pull request 11 months ago
bytecode: Implement equality and inequality operators

github.com/evylang/evy - Rossiar opened this pull request 11 months ago
frontend: Update docs look

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
bytecode: Implement unary expressions

github.com/evylang/evy - Rossiar opened this pull request 11 months ago
bytecode: Implement boolean literals

github.com/evylang/evy - Rossiar opened this pull request 11 months ago
bytecode: Implement math operators

github.com/evylang/evy - Rossiar opened this pull request 11 months ago
frontend: Fix ios / Safari 16.2 rendering issues

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
Fix ios rendering issue on iPhone Pro 13

github.com/evylang/evy - juliaogris opened this issue 11 months ago
bytecode: Implement addition and subtraction

github.com/evylang/evy - Rossiar opened this pull request 11 months ago
frontend: Fix ios rendering bug

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
build: Add heading anchors

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
frontend: Add missing favicon to discord subdomain

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
build: Generate headings with anchors

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
frontend: Add favicon and 404 to subdomains

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
parser: Return early on wrong parameters count

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
canvas: Fix Nan in move event

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
build: Add md2html generator

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
docs: Fix various minor issues in the documentation

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
`NaN` for move event

github.com/evylang/evy - juliaogris opened this issue 11 months ago
frontend: Move css/play.css to play/css/index.css

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
housekeeping: Upgrade tools

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
WIP: abi: Create package

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
frontend: Remove symlinks to fonts directory

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
build: Rename scripts directory to build-tools

github.com/evylang/evy - camh- opened this pull request 11 months ago
frontend: Redirect evy.wasm filename to via wasmImports map

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
evy: Add serve command

github.com/evylang/evy - juliaogris opened this pull request 11 months ago
deploy: Rewrite live site generation in Go

github.com/evylang/evy - camh- opened this pull request 11 months ago