static void thoughtSpaceSizePrinter() { final AbstractThoughtSpace ts = thoughtSpace(); doEvery_daemon(1000, new Runnable { int n = ts.size(); public void run() { int _n = ts.size(); if (_n != n) print("Thought space size: " + (n = _n)); } }); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012855 |
Snippet name: | thoughtSpaceSizePrinter |
Eternal ID of this version: | #1012855/2 |
Text MD5: | 62a37d87774ae6a02c20decfb6a8d2d5 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-14 19:34:13 |
Source code size: | 293 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 370 / 404 |
Version history: | 1 change(s) |
Referenced in: | [show references] |