David Lu

Results 4 issues of David Lu

#### The need for an Alda decompiler is twofold: 1. With the start of interoperability, we are now able to import MusicXML into Alda IR (`ScoreUpdate`). Although we can do...

This PR will introduce the Alda code generator as part of the complete decompiler. The code generator exists to process Alda IR that has no corresponding Alda code file. Currently,...

This PR introduces the Alda code formatter as part of the complete decompiler. Code formatters can be arbitrarily complex, with entire papers dedicated to the study of how and where...

# Issue In several locations across code.kx.com we deal with finding all permutations. e.x. - https://code.kx.com/q/learn/reading/strings/#its-more-fun-to-permute - https://code.kx.com/phrases/math/#permutations In both of these cases, I find that duplicate permutations are just...