Hi Frank.
As far I know,
----------------------
OpenSees' User Interface = OpenSees Interpreter + Tcl.
----------------------
But rather than using Tcl, do you think I could compile OpenSees using the Ruby Interpreter? (Ruby is also a high programming language). Or I will have to modify some piece of code in the OpenSees Framework in order to get it work?
I mean,
----------------------
OpenSees' User Interface = OpenSees Interpreter + Ruby.
----------------------
Any comment will be greatly appreciated.
Regards.
PS:
1. I'm considering Phyton too.
2. Compilation will take place on Mac OS X 10.5.8 (Leopard).
Thank you!
Compiling OpenSees with Ruby
Moderators: silvia, selimgunay, Moderators
-
- Posts: 71
- Joined: Sat Nov 29, 2008 10:18 am
- Location: -
Compiling OpenSees with Ruby
Last edited by hugo.esquivel on Thu Sep 24, 2009 4:16 pm, edited 1 time in total.
Hugo Esquivel
there is a lot of code that needs to e changed. i am working on removing the specific reference to tcl that is provided for each class and use instead an api, e.g. something like OPS_GetInt() instead of Tcl_GetInt(). Any interpreter could then be used. Which is of course the purpose of what i am up to.
-
- Posts: 71
- Joined: Sat Nov 29, 2008 10:18 am
- Location: -