PDA

View Full Version : Bash: support for classes



disabledaccount
June 6th, 2010, 11:30 PM
Bash does not support classes, but it supports indirect variable referencing -> it supports indirect usage of pointers! That's all needed to create classes/objects.
Take look at the code -> this is in fact irexec replacement, that loads all data into process memory, during object initialization.