Skip to content

1.0.0-beta.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@jcubic jcubic released this 15 Nov 19:35
· 1088 commits to master since this release
197abc3

Breaking

  • replace get-script with get-resource that work in Node and in browser and allows to load CSS

Features

  • add object->alist, command-line, and symbol-append procedures
  • add SRFI: 193
  • add get-environment-variable and get-environment-variables
  • improve bootstrapping by using same URL of the script if possible
  • add set-global! macro
  • add current-second, current-jiffy, and jiffies-per-second procedures

Bugfix

  • fix async script execution in browser #190
  • fix type of process.env
  • fix module load path when load scripts from Node.js
  • fix bug in quasiquote and unquote-splicing #194
  • fix inexact->exact on integers #199
  • throw error on missing parentheses #198