Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any highly functional web browsers that run scripting languages other than JavaScript?

Tags:

browser

lisp

I want to learn LISP, but I also want to build web software.

like image 338
Ethan Avatar asked Dec 09 '10 03:12

Ethan


People also ask

Is JavaScript the only scripting language?

The future of JavaScript While JavaScript is not the only client-side scripting language on the Internet, it was one of the first and it is still the most widely used. Many developers believe that JavaScript is inefficient and finicky, so they have made many improvements to the language over the years.

Can browsers only run JavaScript?

In order to preserve the backwards compatibility of the web in general, JavaScript is still the only supported scripting language supported by all browsers.

What scripting languages do browsers support?

Most browsers interpret one programming language: JavaScript. Internet Explorer also supports (or supported) VBScript.

Which is the most powerful scripting language?

Java. Java is one of the most powerful programming languages that is currently used in more than 3 billion devices. Java is currently one of the most trending technology. It is used in desktop applications, mobile applications, web development, Artificial intelligence, cloud applications, and many more.


1 Answers

There is Parenscript which translates a Lisp dialect to Javascript.

like image 127
Greg Hewgill Avatar answered Sep 23 '22 13:09

Greg Hewgill