Commit graph

4850 commits

Author SHA1 Message Date
Justin Ethier
ec25eddc28 Issue #331 - Prevent syntax error during eval
Prevent an unquoted symbol from throwing a syntax error when evaluating a define-record-type form. Note there are still other issues with creating a record type in the interpreter at this time.
2019-08-05 14:09:14 -04:00
Justin Ethier
1edb877c5f Speed up vector for five args or less 2019-08-02 12:13:30 -04:00
Justin Ethier
36aac15dd5
Merge pull request #330 from lassik/fix-ck-version
Fix Concurrency Kit version tag in Travis
2019-07-31 16:54:01 -04:00
Lassi Kortela
a01fe661e7 Fix Concurrency Kit version tag in Travis 2019-07-31 23:03:23 +03:00
Justin Ethier
0c050a3065 Added platform to (features) 2019-07-31 13:06:31 -04:00
Justin Ethier
1fce5b949d Credit Arthur for adding FreeBSD build instructions 2019-07-29 18:46:16 -04:00
Justin Ethier
e94d793908
Merge pull request #329 from arthurmaciel/master
Successfuly installed and tested Cyclone on FreeBSD 12.0 with clang 6…
2019-07-29 22:34:01 -04:00
arthurmaciel
6ccda0c8ef Successfuly installed and tested Cyclone on FreeBSD 12.0 with clang 6.0.1. Updated docs, adaptaed sync.sh and corrected Makefile 2019-07-29 06:58:52 -03:00
Justin Ethier
b54907c984
Update CHANGELOG.md 2019-07-24 13:30:39 -04:00
Justin Ethier
85751cda2b Issue #326 - Use timer to seed pseudorandom numbers 2019-07-24 13:19:38 -04:00
Justin Ethier
f7607e47d6 Keep track of notes for a potential future guide 2019-07-22 13:14:44 -04:00
Justin Ethier
86136a7185
Create FUNDING.yml 2019-07-20 21:50:04 -04:00
Justin Ethier
574cc630d0 Fixed exit when boolean is passed
Return abnomal status code when false is passed, per R7RS
2019-07-20 17:00:52 -04:00
Justin Ethier
647e2030ff WIP for next release 2019-07-18 18:50:53 -04:00
Justin Ethier
78306b2de1 Mention fixes to MSYS2 2019-07-18 12:34:09 -04:00
Justin Ethier
8040991b77
Update concurrent.md 2019-07-15 12:12:25 -04:00
Justin Ethier
e3f7381321
Update concurrent.md 2019-07-15 12:12:06 -04:00
Justin Ethier
0eb32877d5
Update concurrent.md 2019-07-15 12:09:53 -04:00
Justin Ethier
0a691ca555
Update concurrent.md 2019-07-14 23:02:31 -04:00
Justin Ethier
f7717d25ab Revised newer sections 2019-07-12 17:05:39 -04:00
Justin Ethier
c51fb226ce Document new concurrency objects 2019-07-12 13:31:57 -04:00
Justin Ethier
48376779e3 Version bump 2019-07-11 18:14:45 -04:00
Justin Ethier
c2757d2fe6 Fix deref of delays 2019-07-11 18:11:08 -04:00
Justin Ethier
0b1c4662fb Added multi-threaded (shared) versions of delays and promises 2019-07-11 13:32:39 -04:00
Justin Ethier
06ada5122c WIP, adding delay/promise 2019-07-11 13:07:20 -04:00
Justin Ethier
4a1a9a9f52 WIP 2019-07-11 11:13:25 -04:00
Justin Ethier
7c6be060af Tweaks
- Allow deref of shared queues
- Added (realized? obj) as a stub
2019-07-11 11:12:52 -04:00
Justin Ethier
6e8c0b6088 Functional build-out of delay 2019-07-10 18:53:23 -04:00
Justin Ethier
61976a139e Added stub 2019-07-10 13:34:36 -04:00
Justin Ethier
f7520bf221
Merge pull request #324 from arthurmaciel/patch-2
Update CHANGELOG.md
2019-07-10 09:49:13 -04:00
arthurmaciel
0b137d4475
Update CHANGELOG.md
"cyclone" was mispelled
2019-07-10 00:11:40 -03:00
Justin Ethier
082cad7886 Revised multithreaded section 2019-07-06 17:33:05 -04:00
Justin Ethier
9dd62fe124 Revised to include new concurrency library 2019-07-06 17:29:06 -04:00
Justin Ethier
3f4dd1220b Prepping for 0.11.2 release 2019-07-06 17:22:01 -04:00
Justin Ethier
f405f5ef39 Revised text description 2019-07-03 19:45:01 -04:00
Justin Ethier
66c9355951 Revised 0.11.2 section 2019-07-03 19:11:24 -04:00
Justin Ethier
167b0ba520 Re-sync index 2019-07-03 17:56:58 -04:00
Justin Ethier
c654d769c4 Process new libs directory 2019-07-03 17:56:20 -04:00
Justin Ethier
e3b582e936 Add new unit tests 2019-07-02 13:27:51 -04:00
Justin Ethier
586824522e Update header comments 2019-07-02 13:27:08 -04:00
Justin Ethier
848e3805b9 Remove dead code 2019-07-02 13:27:00 -04:00
Justin Ethier
17883cbf7c Relocated file 2019-07-02 13:26:50 -04:00
Justin Ethier
9a792617d5 Fixup docs for TP release 2019-07-02 13:12:37 -04:00
Justin Ethier
46de4b9049 Cleanup 2019-07-01 18:31:06 -04:00
Justin Ethier
800b8ecb67 Forgot to export new function 2019-07-01 13:40:38 -04:00
Justin Ethier
c3c99271c3 Initial version of (thread-pool-release!) 2019-07-01 13:39:07 -04:00
Justin Ethier
d6cab5d789 Added a description for thread pools 2019-06-28 20:02:16 -04:00
Justin Ethier
d31cd5e509 Revise optional args 2019-06-28 19:58:37 -04:00
Justin Ethier
a8797c7f84 Document thread pool 2019-06-28 19:55:43 -04:00
Justin Ethier
7a4bf30a17 Document shared queues 2019-06-28 19:48:31 -04:00