Skip to content

Commit

Permalink
added example for XCREATE
Browse files Browse the repository at this point in the history
Signed-off-by: AJ Rossini <blindglobe@gmail.com>
  • Loading branch information
blindglobe committed Nov 25, 2013
1 parent 9465d90 commit 28f7b4f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/04-dataManipulation.lisp
@@ -1,6 +1,6 @@
;;; -*- mode: lisp -*- ;;; -*- mode: lisp -*-


;;; Time-stamp: <2013-11-19 07:26:16 tony> ;;; Time-stamp: <2013-11-20 14:56:20 tony>
;;; Creation: <2009-03-12 17:14:56 tony> ;;; Creation: <2009-03-12 17:14:56 tony>
;;; File: data-manipulation.lisp ;;; File: data-manipulation.lisp
;;; Author: AJ Rossini <blindglobe@gmail.com> ;;; Author: AJ Rossini <blindglobe@gmail.com>
Expand Down Expand Up @@ -103,6 +103,12 @@
(xslice *ex-array* :all '(0 1)) (xslice *ex-array* :all '(0 1))




(xcreate 'array '(2 3))
;;(xcreate 'dataframe '(2 3))
;;(xcreate 'matrix '(2 3))



;;; FIXME: NOT WORKING YET WITH DATAFRAME-LIKE OR MATRIX-LIKE ;;; FIXME: NOT WORKING YET WITH DATAFRAME-LIKE OR MATRIX-LIKE
;;; ;;;
;; (xslice *ex-array-df* '(1) :all) ;; FIXME: error ;; (xslice *ex-array-df* '(1) :all) ;; FIXME: error
Expand Down

0 comments on commit 28f7b4f

Please sign in to comment.