Hi Elias,
I believe so. For my taste there are to many [axes] which should
be*⎕IO+'*ed to be portable.
How about this instead:
* { ⊃1**↓**,((⊂⍺)≡¨ ,0 ¯1↓⍵)⌿⍵ }*
/// Jürgen
On 08/03/2014 05:55 PM, Elias Mårtenson wrote:
I wrote this function to print the value(s) of a given field:
I wrote this function to print the value(s) of a given field:
{ (((⍺[;⎕IO]) ≡¨ ⊂⍵) /[1] ⍺)[;2] }
Could it be improved?
Regards,
Elias
On 3 August 2014 23:45, Juergen Sauermann
wrote:
> Hi Elias,
>
> looks good!
>
> /// Jürgen
>
>
>
> On 08/03/2014 05:22 PM, Elias Mårtenson wrote:
>
>
Hi Elias,
looks good!
/// Jürgen
On 08/03/2014 05:22 PM, Elias Mårtenson wrote:
OK, I changed the SQL.apl file. Looks OK?
https://github.com/lokedhs/apl-sqlite/blob/547c8191021629eb29b0bc141ff206766e1c21d3/SQL.apl#L134
Regards,
Elias
On 3 August 2014 21:29, Juergen Sauermann
mailto:jue
OK, I changed the SQL.apl file. Looks OK?
https://github.com/lokedhs/apl-sqlite/blob/547c8191021629eb29b0bc141ff206766e1c21d3/SQL.apl#L134
Regards,
Elias
On 3 August 2014 21:29, Juergen Sauermann
wrote:
> Hi Elias,
>
> yes, your's looks better, I will change that.
> Lets call the function Z←p
Hi Elias,
yes, your's looks better, I will change that.
Lets call the function Z←package⍙metadata.
/// Jürgen
On 08/02/2014 05:50 PM, Elias Mårtenson wrote:
After implementing the metadata functions nnn⍙Provides, nnn⍙Requires,
etc, I feel that we should change this slightly.
I find the that