scripting-language
Storing date and time as epoch vs native datetime format in the database
For most of my tasks I find it much easier to work with date and time in th开发者_如何学JAVAe epoch format:[详细]
2022-12-26 07:19 分类:问答Why are the interpreters of all popular scripting languages written in C (if not in C at least not in C++)?
I recently asked a question on switching from C++ to C for writing an interpreter for speed and I got a comment from someone asking why on ear开发者_StackOverflow中文版th I would switch to C for that.[详细]
2022-12-26 03:24 分类:问答What are modern and old compilers written in?
As a compiler, other than an interpreter, only needs to translate the input and not run it the performance of itself should be not that problematic as with an interpreter.[详细]
2022-12-25 16:00 分类:问答Creating a scripting language to be used to create web pages
I am creating a scripting language to be used to create web pages, but don\'t know exactly where to begin.[详细]
2022-12-22 16:28 分类:问答Erlang Scripting Language Interpreter
Does anyone know of an implementation of a scripting language interpreter (something appropriate fo开发者_StackOverflowr a game) in Erlang? Something like Javascript or Lua would be great.You may try[详细]
2022-12-14 17:25 分类:问答How can I automate and share sessions between Firefox and Perl?
Is it possible to do part of a web flow in Perl and then transfer the rest of the session to Firefox?[详细]
2022-12-14 01:06 分类:问答Programming game in flash/as3
I have a bunch of ideas for different games (for programmers) where you have to write some program to complete the puzzle; The language shouldn\'t be too complicated and I even started thinking about[详细]
2022-12-10 22:17 分类:问答Converting XML or HTML to Wiki mark up - what approach would you choose?
I need to convert HTML documents (generated from DocBook XML documents) to the Wiki mark up language, in particular to the PM Wiki mark up language. The goal is to include the company\'s application o[详细]
2022-12-09 14:50 分类:问答Is Lua the best/fastest choice for a gaming server?
I am working on a project where I want users to be able to modify and customize as much as possible. Open source might be a good choice but not due to the fact that I want to keep a few internal clas[详细]
2022-12-09 05:35 分类:问答