enspirit/elo
A purely functional expression language for No-Code tools
170Stars
17Forks
184Claude Commits
TypeScriptLanguage
First Claude commit: Dec 28, 2025Last Claude commit: 26d agoDiscovered: Apr 5, 2026
Recent Claude Commits
Replace SimpleAnalytics with Matomo (matomo.enspirit.be, site 8)
749af7b26d agoauthor_emailAdd highlight.js grammar for Elo v1.0.0
8e721f11mo agoauthor_emailAdd Elo as an input data format
8d39b901mo agoauthor_emailPersist input data and format in playground across visits
674205e1mo agoauthor_emailAdd blog post announcing Elo 1.0 release
41c93321mo agoauthor_emailRelease v1.0.0
311d8a21mo agoauthor_emailAdd isNotNull() stdlib function as inverse of isNull()
8ed34081mo agoauthor_emailAdd extract() for mustache-style text extraction
9e738201mo agoauthor_emailAdd Date as a built-in type selector for data schemas
0d6f4681mo agoauthor_emailFix CodeMirror duplicate instance error in website build
91d16be1mo agoauthor_emailFix deploy-pages on github actions
3e7f6052mo agoauthor_emailDon't release with github actions, it fails.
1c439ee2mo agoauthor_emailRelease v0.9.14
9a4275d2mo agoauthor_emailFix min/max on DateTime arrays returning Int instead of DateTime
c86aa742mo agoauthor_emailRelease v0.9.13
773200b2mo agoauthor_emailAdd fetch(any, string) and unify array-as-path semantics
5fe1ccb2mo agoauthor_emailFix Int() conversion on alternative with any-typed first value
71dba3d2mo agoauthor_emailWebsite: change dev server port to 4322
43aaea02mo agoauthor_emailAdd CodeMirror 6 language package for Elo in contrib/
3b2277a2mo agoauthor_emailRelease v0.9.12
c278bb72mo agoauthor_emailWebsite: indent stdlib subsections in mobile menu
f8392fc2mo agoauthor_emailAdd Interval arithmetic: union, intersection, and Duration conversion
860b39e2mo agoauthor_emailSecurity: restrict member access and method calls to data types only
b2eeee82mo agoauthor_emailRelease v0.9.11
fd2627c2mo agoauthor_emailReorganize String stdlib and add reverse, trimStart, trimEnd, isBlank
64cfbe32mo agoauthor_emailFix done task filenames to follow 0NNN-name.md convention
d00c9582mo agoauthor_emailRemove firstBy and lastBy from List stdlib functions
742bb462mo agoauthor_emailAdd unique and flat List stdlib functions
af0a7652mo agoauthor_emailReorganize all stdlib fixtures into type-based folder structure
f368b452mo agoauthor_emailAdd contains, find, sort, sortBy and reorganize List fixtures
aa1cf6c2mo agoauthor_emailOrganize List stdlib into subsections by user intent
a4af8892mo agoauthor_emailAdd blog post: Toward 1.0
397f95e2mo agoauthor_emailImprove stdlib page layout to use full available width
8e1e4502mo agoauthor_emailMove summary-functions task to done and update changelog
c766a352mo agoauthor_emailAdd firstBy(List, fn/DataPath) and lastBy(List, fn/DataPath) summary functions
c18a64e2mo agoauthor_emailAdd avg(List) summary function for numeric lists
bb69da62mo agoauthor_emailAdd Python support to regenerate-fixtures.sh and document fixture generation
2357c6a2mo agoauthor_emailAdd sum(List, initial) overload with type-aware addition
61d5e742mo agoauthor_emailAdd sum(List) summary function for numeric lists
93df47c2mo agoauthor_emailAdd count(List) summary function as alias for length
90693082mo agoauthor_emailAdd Interval type with selector and start/end accessors
ebf8e632mo agoauthor_emailRelease 0.9.10
f12ab842mo agoauthor_emailAdd startOf/endOf period boundary functions for Date and DateTime
20695672mo agoauthor_emailAdd min and max stdlib functions for lists
4ca5b0e2mo agoauthor_emailRelease 0.9.9
22c9de92mo agoauthor_emailFix alternative operator precedence in JS and Python compilers
2bbb6b32mo agoauthor_emailAllow pipe expressions in let binding values
5fcedbf2mo agoauthor_emailfixup! Add Python compiler unit tests and update README
967c55b2mo agoauthor_emailRelease 0.9.8
90e91ba2mo agoauthor_emailAdd Python compiler unit tests and update README
59402f42mo agoauthor_email