APL ∊ BCN: Difference between revisions

Jump to navigation Jump to search
16 bytes removed ,  08:47, 14 January 2022
→‎Meetings: pseudocode, two J sols (easy; tacit).
(→‎Meetings: pseudocode, two J sols (easy; tacit).)
Tags: Mobile edit Mobile web edit
Line 15: Line 15:


'''The password''' for the zoom links is:
'''The password''' for the zoom links is:
* In Python: <source lang=python inline>int(100000*sqrt(3))</source>.  
* In pseudocode: int(100000*sqrt(3)).
* In APL: <source lang=apl inline>⌊100000×3*÷2</source>  [https://tryapl.org/?clear&q=%E2%8C%8A100000%C3%973*%C3%B72&run Run it!].
* In APL: <source lang=apl inline>⌊100000×3*÷2</source>  [https://tryapl.org/?clear&q=%E2%8C%8A100000%C3%973*%C3%B72&run Run it!].
* In J: <source lang=j inline><.100000*%:3</source> [https://tio.run/#%23y/oPBDZ6hgYgoKVqZQwA Run it!].
* In J: <source lang=j inline>(100000*3^1%2);(<.100000*%:3)</source> [https://tio.run/#%23y/oPBDZ6hgYgoKVqZQwA Run it!].


=== General meetings ===
=== General meetings ===
138

edits

Navigation menu