Uses 911K of libraries. Click here for Pure Java version (6027L/30K).
1 | !7 |
2 | |
3 | cmodule PhilosophyBot2 extends DynPrintLog { |
4 | transient S program = [[ |
5 | start |
6 | true |
7 | |
8 | start => proc { |
9 | while (true): |
10 | print "I am here" |
11 | } |
12 | ]]; |
13 | |
14 | transient new PhilosophyBot1 bot; |
15 | |
16 | start-thread { |
17 | bot.program = program; |
18 | bot.run(); |
19 | } |
20 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025599 |
Snippet name: | While true in philosophy engine [OK] |
Eternal ID of this version: | #1025599/1 |
Text MD5: | fe7e806e815395e80c29d011f791bd5d |
Transpilation MD5: | 3f35b1b52ba4d22e9611f10ce249b607 |
Author: | stefan |
Category: | |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-07 13:08:49 |
Source code size: | 278 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 204 / 274 |
Referenced in: | [show references] |