transforming code from K3 to K4 language

Has someone tried to migrate their code base from k3 to k4 language?

I was trying to find a concise list of all the differences (syntactical, grammar, functional ) between these two versions of the language, but I haven’t been able to find one.

I’ve been coding in k3 for the last 10 years and finally we are ready to transform our code from k3 to k4. I’m trying to write a tool to swallow k3 code and spit it in k4 code. Any references to the differences will be much appreciated.


This message and any attachments are solely for the intended recipient. If you are not the intended recipient, disclosure, copying, use, or distribution of the information included in this message is prohibited – please immediately and permanently delete this message.

Lehmann and Merrill Lynch had huge projects to do these and we know what happened to them ;)

In all seriousness doing this automatically might be somewhat futile. There are lot of similarities, but enough differences to throw you off. And also automatic conversion would not take advantage of new features in k4.

Cheers,
Attila