Search found 37 matches
- Sun Mar 10, 2024 3:46 pm
- Forum: Migrating from other Systems
- Topic: Transferring APL2 workspaces
- Replies: 4
- Views: 67520
Re: Transferring APL2 workspaces
)copy or quadCY would do the job.
- Sun Mar 10, 2024 3:44 pm
- Forum: Installation
- Topic: Version 19.0 under windows
- Replies: 2
- Views: 10426
Re: Version 19.0 under windows
My Win7 32bit was not running 19.0 32bit unicode, even though I could install it. I had to migrate to Win11 for v19. Dyalog v18.2 32bit is still running happily on Win7 32bit. IIRC the manuals say you need Win10 for v19. see here: https://help.dyalog.com/19.0/#RelNotes19.0/Requirements.htm System ...
- Wed Feb 28, 2024 5:52 pm
- Forum: Installation
- Topic: Visual Studio Code hotkeys keymap
- Replies: 4
- Views: 16616
Re: Visual Studio Code hotkeys keymap
It is the Duck Keymaps of course!
https://marketplace.visualstudio.com/it ... eybindings
SCNR ;-)
/JoHo
https://marketplace.visualstudio.com/it ... eybindings
SCNR ;-)
/JoHo
- Thu Jan 04, 2024 4:24 pm
- Forum: Language
- Topic: Threading SharpPlot
- Replies: 6
- Views: 19227
Re: Threading SharpPlot
I think the word for the 2006 release notes is: thread-safe.
SCNR
SCNR
- Mon Oct 09, 2023 12:03 am
- Forum: Migrating from other Systems
- Topic: GUI Emulation for APL+Win V2
- Replies: 3
- Views: 54406
Re: GUI Emulation for APL+Win V2
Hello Rex, this is more a consultancy backed product, rather than a ready-to-use / installable / feature complete package. And yes, it was APL+Win v2 then, and still is now. Further development of this GUI emulation will be happening on demand, backed by actual projects and their specific ...
- Thu Jul 27, 2023 3:41 pm
- Forum: New to Dyalog?
- Topic: How do I execute Win32 functions?
- Replies: 6
- Views: 109071
Re: How do I execute Win32 functions?
copied from the ⎕NA docu, "more examples":
Code: Select all
⎕←GetTempDir''
C:\Users\Alpha\AppData\Local\Temp\
⎕VR'GetTempDir'
∇ {temp}←GetTempDir dummy;get;size
[1] 'get'⎕NA'U4 kernel32|GetTempPath* U4 >0T' ⍝
[2] (size temp)←get 128 128
∇
- Thu Jul 27, 2023 3:20 pm
- Forum: New to Dyalog?
- Topic: How do I execute Win32 functions?
- Replies: 6
- Views: 109071
Re: How do I execute Win32 functions?
Hi Rex,
this would be ⎕NA, for Name Association
There is a QuadNA.dws with examples in the namespace Windows.
Greetings,
JoHo
this would be ⎕NA, for Name Association
There is a QuadNA.dws with examples in the namespace Windows.
Greetings,
JoHo
- Sun Feb 13, 2022 8:08 am
- Forum: Migrating from other Systems
- Topic: GUI Emulation for APL+Win V2
- Replies: 3
- Views: 54406
- Wed Jul 14, 2021 8:59 am
- Forum: Chat
- Topic: Dyalog speed under Win 7 and Win 10
- Replies: 1
- Views: 25980
Re: Dyalog speed under Win 7 and Win 10
Hello Ray, Recently I did some speed comparisions between v180u32bit under Win7 32bit (Intel PentiumM 2.31GHz, single core, my Classic IBM Thinkpad !) and Win10 64bit (Intel Core i7-7700HQ, 4 x 3.8 GHz, Kaby Lake). From my experience: if the programm is mostly number crunching and well crafted, you ...
- Thu Mar 04, 2021 4:27 pm
- Forum: Functional Programming
- Topic: False negative
- Replies: 14
- Views: 130206
Re: False negative
Thanks for all those clarifying remarks, but ... that reminds me of reading Stroustrup. IMO it is getting too complicated in the set of rules you need to know to understand all the possible implications of an assigment mixing with strand notation. I think we should keep it as simple and "APL ...