Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
elixirscript
/
elixirscript
Public
Notifications
You must be signed in to change notification settings
Fork
68
Star
1.6k
Code
Issues
19
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
elixirscript
priv
on
v0.8.0
User selector
All users
All time
Commit history
Commits on Aug 14, 2015
Updated variable binding implementation to use new funcy bind function
bryanjos
committed
c5d2193
View commit details
Copy full SHA for c5d2193
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Added travis.yml. Updated fun.js to use custom match error
bryanjos
committed
c196e86
View commit details
Copy full SHA for c196e86
View code at this point
Browse repository at this point
Fixed bug in Enum.map_reduce
bryanjos
committed
ee20940
View commit details
Copy full SHA for ee20940
View code at this point
Browse repository at this point
Updated some of the tests for changes in estree library's output
bryanjos
committed
ae632d2
View commit details
Copy full SHA for ae632d2
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Updated most things to funcy implementation.
bryanjos
committed
f965266
View commit details
Copy full SHA for f965266
View code at this point
Browse repository at this point
Commits on Aug 9, 2015
Updated pattern matching using funcy
bryanjos
committed
e9d30e3
View commit details
Copy full SHA for e9d30e3
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
Updated tests for funcy-based pattern matching
bryanjos
committed
c78226a
View commit details
Copy full SHA for c78226a
View code at this point
Browse repository at this point
Commits on Aug 3, 2015
Wrapped try in function closure and returning last expression
bryanjos
committed
9bca760
View commit details
Copy full SHA for 9bca760
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
Fixed linter errors. Added mailbox in erlang module
bryanjos
committed
0e61200
View commit details
Copy full SHA for 0e61200
View code at this point
Browse repository at this point
Started working on receive. Fixed errors in std_lib
bryanjos
committed
c532214
View commit details
Copy full SHA for c532214
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Now using the code generator in elixir-estree
bryanjos
committed
0569d5c
View commit details
Copy full SHA for 0569d5c
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Trying out a switch to exos instead
bryanjos
committed
9ed8b95
View commit details
Copy full SHA for 9ed8b95
View code at this point
Browse repository at this point
Commits on Jun 28, 2015
Added profiling task. Fixed error causing the module name to not be fully translated for function calls
bryanjos
committed
566df01
View commit details
Copy full SHA for 566df01
View code at this point
Browse repository at this point
Commits on Jun 27, 2015
Added erlang.js which defines erlang terms
Show description for 6ceb61c
bryanjos
committed
6ceb61c
View commit details
Copy full SHA for 6ceb61c
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
Added js_import function
bryanjos
committed
f276a1c
View commit details
Copy full SHA for f276a1c
View code at this point
Browse repository at this point
Trying out implementing alias and import as javascript functions
bryanjos
committed
61294bc
View commit details
Copy full SHA for 61294bc
View code at this point
Browse repository at this point
created defmodule function
bryanjos
committed
2489290
View commit details
Copy full SHA for 2489290
View code at this point
Browse repository at this point
Commits on Jun 21, 2015
Added some documentation text to code_generator.js
bryanjos
committed
f264651
View commit details
Copy full SHA for f264651
View code at this point
Browse repository at this point
Fixed gulpfile replacing alphonse with javascript. Updated Atom implementation to use Symbol.keyFor for to_string
bryanjos
committed
081c522
View commit details
Copy full SHA for 081c522
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
Removed build files added in last commit. Updated .gitignore
bryanjos
committed
29c1e40
View commit details
Copy full SHA for 29c1e40
View code at this point
Browse repository at this point
Renamed alphonse to javascript. Renamed alphonse.js to code_generator.js
bryanjos
committed
0a831d4
View commit details
Copy full SHA for 0a831d4
View code at this point
Browse repository at this point
Renamed alphonse to javascript. Renamed alphonse.js to code_generator.js
bryanjos
committed
3e19b5f
View commit details
Copy full SHA for 3e19b5f
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
Fixed some issues found while updating test project
bryanjos
committed
a13753b
View commit details
Copy full SHA for a13753b
View code at this point
Browse repository at this point
Commits on Jun 14, 2015
Added return statements to some of the Enum functions that were missing it
bryanjos
committed
c4a0116
View commit details
Copy full SHA for c4a0116
View code at this point
Browse repository at this point
Updated the pattern match binding to use ES6 destructing.
bryanjos
committed
c9a9123
View commit details
Copy full SHA for c9a9123
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Added iterator for List, BitString, and Range
bryanjos
committed
c1bfbb3
View commit details
Copy full SHA for c1bfbb3
View code at this point
Browse repository at this point
Updated to use immutable List class
bryanjos
committed
14acbaa
View commit details
Copy full SHA for 14acbaa
View code at this point
Browse repository at this point
Commits on Jun 11, 2015
Added list data structure
bryanjos
committed
e8de758
View commit details
Copy full SHA for e8de758
View code at this point
Browse repository at this point
Made Atom, Range, Tuple, and BitString behave more like immutable data structures
bryanjos
committed
15fb469
View commit details
Copy full SHA for 15fb469
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
Completed implemented the Integer module
bryanjos
committed
aecc003
View commit details
Copy full SHA for aecc003
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Fixed gulpfile. Started adding Integer module
bryanjos
committed
546a60d
View commit details
Copy full SHA for 546a60d
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Updating names to turn characters not allowed in javascript into something that is. Went back to using the dot notation for function calls
bryanjos
committed
7d27c67
View commit details
Copy full SHA for 7d27c67
View code at this point
Browse repository at this point
Commits on Jun 6, 2015
Added eslint. Updated js files based on errors from running eslint
bryanjos
committed
421d4d4
View commit details
Copy full SHA for 421d4d4
View code at this point
Browse repository at this point
Commits on May 17, 2015
Added Mutable js module. Fixed function chaining
bryanjos
committed
ba56d5a
View commit details
Copy full SHA for ba56d5a
View code at this point
Browse repository at this point
Commits on May 16, 2015
Updated to export default object with def functions. Also changed alias, import, and require to look for a from clause.
bryanjos
committed
ca7fcf0
View commit details
Copy full SHA for ca7fcf0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.