Skip to main content
Question Protected by gnat
Tweeted twitter.com/StackSoftEng/status/862102989598846976
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
grammar
Source Link

First of all I am not a professional programmer, but a student with a programming hobby so excuse meI am sorry if my question is stupid.

I want to write a chess engine to be used on the web and had already started writing it in JavaScript. After searching around I however found out that JavaScript isn'tis not ideal for this task. I have already written the user interface in JavaScript and would prefer if I could keep it while rewriting the game logic in python. Is this possible?

First of all I am not a professional programmer, but a student with a programming hobby so excuse me if my question is stupid.

I want to write a chess engine to be used on the web and had already started writing it in JavaScript. After searching around I however found out that JavaScript isn't ideal for this task. I have already written the user interface in JavaScript and would prefer if I could keep it while rewriting the game logic in python. Is this possible?

First of all I am not a professional programmer, but a student with a programming hobby so I am sorry if my question is stupid.

I want to write a chess engine to be used on the web and had already started writing it in JavaScript. After searching around I however found out that JavaScript is not ideal for this task. I have already written the user interface in JavaScript and would prefer if I could keep it while rewriting the game logic in python. Is this possible?

Source Link

Can I use Python with JavaScript as a UI?

First of all I am not a professional programmer, but a student with a programming hobby so excuse me if my question is stupid.

I want to write a chess engine to be used on the web and had already started writing it in JavaScript. After searching around I however found out that JavaScript isn't ideal for this task. I have already written the user interface in JavaScript and would prefer if I could keep it while rewriting the game logic in python. Is this possible?