Javascript – What Can I Do with Seeds?

What Can I Do with Seeds?… here is a solution to the problem.

What Can I Do with Seeds?

I found Seed, which is basically a JavaScript environment and binds for programming GTK+. Are there any restrictions compared to using, for example? C and C++? Are there any major speed issues?

Solution

There won’t be any “major speed issues”, and if you’re writing good JS code, generally you shouldn’t find it much slower than C or C++.

Most of your overhead will occur in the database/file system of a typical application. If you plan to do complex calculations, you may find discrepancies.

In short: it depends on what you do with it, but overall, I wouldn’t say you’ll see major speed issues. It works well for me.

If you think it can be done in Python, then JS can too.

Related Problems and Solutions