File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 381
381
(spread (cons item more)))
382
382
383
383
(defmacro delay
384
- " Takes a body of expressions and yields a Delay object than will
384
+ " Takes a body of expressions and yields a Delay object that will
385
385
invoke the body only the first time it is forced (with force), and
386
386
will cache the result and return it on all subsequent force calls"
387
387
[& body]
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) Rich Hickey. All rights reserved.
3
3
* The use and distribution terms for this software are covered by the
4
- * Common Public License 1.0 (http://opensource.org/licenses/cpl .php)
5
- * which can be found in the file CPL.TXT at the root of this distribution.
4
+ * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0 .php)
5
+ * which can be found in the file epl-v10.html at the root of this distribution.
6
6
* By using this software in any fashion, you are agreeing to be bound by
7
7
* the terms of this license.
8
8
* You must not remove this notice, or any other, from this software.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) Rich Hickey. All rights reserved.
3
3
* The use and distribution terms for this software are covered by the
4
- * Common Public License 1.0 (http://opensource.org/licenses/cpl .php)
5
- * which can be found in the file CPL.TXT at the root of this distribution.
4
+ * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0 .php)
5
+ * which can be found in the file epl-v10.html at the root of this distribution.
6
6
* By using this software in any fashion, you are agreeing to be bound by
7
7
* the terms of this license.
8
8
* You must not remove this notice, or any other, from this software.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) Rich Hickey. All rights reserved.
3
3
* The use and distribution terms for this software are covered by the
4
- * Common Public License 1.0 (http://opensource.org/licenses/cpl .php)
5
- * which can be found in the file CPL.TXT at the root of this distribution.
4
+ * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0 .php)
5
+ * which can be found in the file epl-v10.html at the root of this distribution.
6
6
* By using this software in any fashion, you are agreeing to be bound by
7
7
* the terms of this license.
8
8
* You must not remove this notice, or any other, from this software.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) Rich Hickey. All rights reserved.
3
3
* The use and distribution terms for this software are covered by the
4
- * Common Public License 1.0 (http://opensource.org/licenses/cpl .php)
5
- * which can be found in the file CPL.TXT at the root of this distribution.
4
+ * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0 .php)
5
+ * which can be found in the file epl-v10.html at the root of this distribution.
6
6
* By using this software in any fashion, you are agreeing to be bound by
7
7
* the terms of this license.
8
8
* You must not remove this notice, or any other, from this software.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) Rich Hickey. All rights reserved.
3
3
* The use and distribution terms for this software are covered by the
4
- * Common Public License 1.0 (http://opensource.org/licenses/cpl .php)
5
- * which can be found in the file CPL.TXT at the root of this distribution.
4
+ * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0 .php)
5
+ * which can be found in the file epl-v10.html at the root of this distribution.
6
6
* By using this software in any fashion, you are agreeing to be bound by
7
7
* the terms of this license.
8
8
* You must not remove this notice, or any other, from this software.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright (c) Rich Hickey. All rights reserved.
3
3
* The use and distribution terms for this software are covered by the
4
- * Common Public License 1.0 (http://opensource.org/licenses/cpl .php)
5
- * which can be found in the file CPL.TXT at the root of this distribution.
4
+ * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0 .php)
5
+ * which can be found in the file epl-v10.html at the root of this distribution.
6
6
* By using this software in any fashion, you are agreeing to be bound by
7
7
* the terms of this license.
8
8
* You must not remove this notice, or any other, from this software.
You can’t perform that action at this time.
0 commit comments