1
I Use This!
Inactive

Commits : Listings

Analyzed 38 minutes ago. based on code collected about 4 hours ago.
Apr 20, 2023 — Apr 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Just a thought. More... about 11 years ago
Changed syntactic sugar mechanism. Using dumber transformations, so works a lot better after all. More... about 11 years ago
Turns out lazy inference works better here (particularly if the value is obtained through a macro using) More... about 11 years ago
Renamed to avoid collision. More... about 11 years ago
Cleanup. More... about 11 years ago
Lazy inference during map wasn't so clever after all. More... about 11 years ago
Added support for merging a sequence of futures (and surprises in particular) ... and some thoughts. More... about 11 years ago
Compatibility with tink_markup. More... about 11 years ago
Type inference during map is now on-demand. More... about 11 years ago
Removed authorship. Formatting. More... about 11 years ago
Initial commit of tinx_node. More... about 11 years ago
Added support for `@when switch(future) { ... }` as a shorthand for `@when(future) switch(result) { ... }` More... about 11 years ago
Allowed slicing. Some formatting. More... about 11 years ago
Defined Suprise as future outcome. Moved out extension methods from Future to Surprise accordingly. More... about 11 years ago
Deprecation now macro-only. More... about 11 years ago
More reactive sugar. More... about 11 years ago
Added future. More... about 11 years ago
Added MacroTools.deprecate. Deprecated FunctionTools.toExpr (in favor of asExpr) and adopt the change. Handle macros properly in MemberTransformer. Fixed a bug in cached method bindings. More... about 11 years ago
Allowed for lazy type -> complex type conversion. More... about 11 years ago
Properly handle { expr: null, pos : null } in map More... about 11 years ago
Fix for #44 More... about 11 years ago
Changed callback to bind. More... about 11 years ago
Added sets. More... about 11 years ago
Removed ancient nodejs stuff. More... about 11 years ago
make now returns more information. More... about 11 years ago
Added signal sugar. More... about 11 years ago
Added hook for requirements by default implementations. More... about 11 years ago
Removed dependency on Printer. Minor refactoring. More... about 11 years ago
Cleanup. More... about 11 years ago
Reorganized plugins. Macro keyword. More... about 11 years ago