<div dir="ltr">Hi Rachel<br><br> Thank you and is great  to know that we can post questions in this list.<br><br>People were telling me, that openframeworks is the C++ reduction software as processing is to Java.<br><br> I was wondering if they are the same thing or if one is more stronger  that the other when there is media/interface projects involve? would memory be an issue here?<br>
any thoughts? How can you tell? <br><br> I will try it to test it. <br><br>Daniela<br><br><div class="gmail_quote">On Sun, Sep 21, 2008 at 7:30 PM, Rachel McConnell <span dir="ltr"><<a href="mailto:rachel@xtreme.com">rachel@xtreme.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I just looked at the video on the home page, it looks somewhat similar to Processing (<a href="http://processing.org/" target="_blank">http://processing.org/</a>), which I just learned about last week at the workshop Scott led.  Looks like Open Frameworks may have a bit more stuff built into it... perhaps it's the C++ answer to Processing!<br>

<br>
I didn't see anything on the Open Frameworks site about Javascript - did you perhaps mean to compare C++ and Java?  They are reasonably comparable in power; the major difference I would cite is that in Java, you don't have to manage memory like you do in C++.<br>

<br>
For the differences between C++ and Javascript, well there's a lot... C++ is a much lower-level language, the coder has to deal with a lot of detail that you don't have to in Javascript.  C++ is a compiled language, meaning your code has to be run through a compiler before the computer can execute it.  Javascript is an interpreted language, which means the computer reads your code one line at a time and executes it (it's still compiled but not all at once).  For this reason C++ code usually runs quite a bit faster than Javascript code.  C++ is used generally for bigger more complicated things; many applications like Firefox are written in it, as are much of the Unix-style command line programs.  Javascript is still used mostly within web browsers to make dynamic web pages, although it is possible to do more complex things with it as well.<br>

<br>
Rachel<br>
<br>
PS. this is a great place to post questions!<br>
<br>
daniela Steinsapir wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
Hello is anyone familiar with open frameworks programming language?<br>
<br>
<a href="http://www.openframeworks.cc" target="_blank">http://www.openframeworks.cc</a><br>
<br>
 I was just wondering  the differences between a C++ application and a java script application.<br>
<br>
 I am sorry if this is not the place to post questions.<br>
<br>
D<br>
<br>
<br>
<br>
<br>
<br>
<br>
-- <br>
</div></div><a href="http://www.danielast.com" target="_blank">www.danielast.com</a> <<a href="http://www.danielast.com" target="_blank">http://www.danielast.com</a>><br>
<br>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net" target="_blank">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</blockquote>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.danielast.com">www.danielast.com</a><br>
</div>