Merge branch 'issue_166_string_ops' of github.com:kanaka/mal into issue_166_string_ops
authorJoel Martin <github@martintribe.org>
Wed, 24 Feb 2016 22:53:03 +0000 (16:53 -0600)
committerJoel Martin <github@martintribe.org>
Wed, 24 Feb 2016 22:53:03 +0000 (16:53 -0600)
Conflicts:
factor/lib/core/core.factor

1  2 
factor/lib/core/core.factor

@@@ -2,10 -2,10 +2,10 @@@
  ! See http://factorcode.org/license.txt for BSD license.
  USING: accessors arrays assocs combinators
  combinators.short-circuit fry grouping hash-sets hashtables io
 -io.encodings.utf8 io.files kernel lists mal.env mal.printer
 -mal.reader mal.types math namespaces readline sequences sets
 +io.encodings.utf8 io.files kernel lists lib.env lib.printer
 +lib.reader lib.types math namespaces readline sequences sets
- system vectors ;
+ strings system vectors ;
 -IN: mal.core
 +IN: lib.core
  
  SYMBOL: mal-apply