Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 11 forks source link

When exporting/link.creating file from ws item, auto-fill file ext #562

Closed abrudz closed 9 months ago

abrudz commented 9 months ago

Repro:

      :namespace goo
       var←100
       :endnamespace
      ]link.create goo /tmp/goo
Linked: #.goo ←→ c:\tmp\goo

Expected c:\tmp\goo.apln