enspirit/elo
A purely functional expression language for No-Code tools
170Stars
17Forks
184Claude Commits
TypeScriptLanguage
First Claude commit: Dec 28, 2025Last Claude commit: 2mo agoDiscovered: Apr 5, 2026
Recent Claude Commits
Replace SimpleAnalytics with Matomo (matomo.enspirit.be, site 8)
749af7b2mo agoauthor_emailAdd highlight.js grammar for Elo v1.0.0
8e721f12mo agoauthor_emailAdd Elo as an input data format
8d39b902mo agoauthor_emailPersist input data and format in playground across visits
674205e2mo agoauthor_emailAdd blog post announcing Elo 1.0 release
41c93322mo agoauthor_emailRelease v1.0.0
311d8a22mo agoauthor_emailAdd isNotNull() stdlib function as inverse of isNull()
8ed34082mo agoauthor_emailAdd extract() for mustache-style text extraction
9e738203mo agoauthor_emailAdd Date as a built-in type selector for data schemas
0d6f4683mo agoauthor_emailFix CodeMirror duplicate instance error in website build
91d16be3mo agoauthor_emailFix deploy-pages on github actions
3e7f6053mo agoauthor_emailDon't release with github actions, it fails.
1c439ee3mo agoauthor_emailRelease v0.9.14
9a4275d3mo agoauthor_emailFix min/max on DateTime arrays returning Int instead of DateTime
c86aa743mo agoauthor_emailRelease v0.9.13
773200b3mo agoauthor_emailAdd fetch(any, string) and unify array-as-path semantics
5fe1ccb3mo agoauthor_emailFix Int() conversion on alternative with any-typed first value
71dba3d3mo agoauthor_emailWebsite: change dev server port to 4322
43aaea04mo agoauthor_emailAdd CodeMirror 6 language package for Elo in contrib/
3b2277a4mo agoauthor_emailRelease v0.9.12
c278bb74mo agoauthor_emailWebsite: indent stdlib subsections in mobile menu
f8392fc4mo agoauthor_emailAdd Interval arithmetic: union, intersection, and Duration conversion
860b39e4mo agoauthor_emailSecurity: restrict member access and method calls to data types only
b2eeee84mo agoauthor_emailRelease v0.9.11
fd2627c4mo agoauthor_emailReorganize String stdlib and add reverse, trimStart, trimEnd, isBlank
64cfbe34mo agoauthor_emailFix done task filenames to follow 0NNN-name.md convention
d00c9584mo agoauthor_emailRemove firstBy and lastBy from List stdlib functions
742bb464mo agoauthor_emailAdd unique and flat List stdlib functions
af0a7654mo agoauthor_emailReorganize all stdlib fixtures into type-based folder structure
f368b454mo agoauthor_emailAdd contains, find, sort, sortBy and reorganize List fixtures
aa1cf6c4mo agoauthor_emailOrganize List stdlib into subsections by user intent
a4af8894mo agoauthor_emailAdd blog post: Toward 1.0
397f95e4mo agoauthor_emailImprove stdlib page layout to use full available width
8e1e4504mo agoauthor_emailMove summary-functions task to done and update changelog
c766a354mo agoauthor_emailAdd firstBy(List, fn/DataPath) and lastBy(List, fn/DataPath) summary functions
c18a64e4mo agoauthor_emailAdd avg(List) summary function for numeric lists
bb69da64mo agoauthor_emailAdd Python support to regenerate-fixtures.sh and document fixture generation
2357c6a4mo agoauthor_emailAdd sum(List, initial) overload with type-aware addition
61d5e744mo agoauthor_emailAdd sum(List) summary function for numeric lists
93df47c4mo agoauthor_emailAdd count(List) summary function as alias for length
90693084mo agoauthor_emailAdd Interval type with selector and start/end accessors
ebf8e634mo agoauthor_emailRelease 0.9.10
f12ab844mo agoauthor_emailAdd startOf/endOf period boundary functions for Date and DateTime
20695674mo agoauthor_emailAdd min and max stdlib functions for lists
4ca5b0e4mo agoauthor_emailRelease 0.9.9
22c9de94mo agoauthor_emailFix alternative operator precedence in JS and Python compilers
2bbb6b34mo agoauthor_emailAllow pipe expressions in let binding values
5fcedbf4mo agoauthor_emailfixup! Add Python compiler unit tests and update README
967c55b4mo agoauthor_emailRelease 0.9.8
90e91ba4mo agoauthor_emailAdd Python compiler unit tests and update README
59402f44mo agoauthor_email