Skip to content

Languages faster than Python #86061

Discussion options

You must be logged in to vote

I think, given the complexity and performance requirements of building an MS DOS emulator, using Assembly (NASM X86) is a traditional and performance-oriented choice. However, considering the complexity and your experience level, you might find it more practical to use a combination of languages. For instance, writing the core emulation engine in Assembly for performance-critical sections and using a higher-level language like Python or JavaScript for the overall emulator framework and user interface. For example, I consider using JavaScript and C++

Replies: 4 comments 5 replies

This comment was marked as off-topic.

Comment options

You must be logged in to vote
1 reply
@FreeQAOnline

This comment was marked as off-topic.

Comment options

You must be logged in to vote
2 replies
@FreeQAOnline

This comment was marked as off-topic.

@kmadaminjanova0508
Comment options

Answer selected by FreeQAOnline

This comment was marked as off-topic.

@kmadaminjanova0508
Comment options

@FreeQAOnline

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Programming Help Programming languages, open source, and software development.
4 participants