I have a set of requirements and I\'m looking for the best Java-based strategy / algorthm / software to use.Basically, I want to take a set of recipe ingredients entered by real people in natural engl
There is number of tools on the market like MPS, that promote Language Oriented Programming, which supposedly gives ability to programmer to design a 开发者_如何学JAVA(ideal?)language for task. This s
Ho开发者_如何学Cw can i build the above pattern using groovy builder support emp = empFileFactory.root()
I\'m developing an web based application written in PHP5, which basically is an UI on top of a database. To give users a more flexible tool I want to embed a scripting language, so they can do more co
Is is possible to compile and execute scala code as a string at runtime either in Scala or in Java? My idea is to build a DSL using Scala then let Java prog开发者_如何转开发rammers use the DSL insid
I have a bunch of properties of an object, which values are mostly boolean, but they come from different sources, different sources overriding each other.
I have a simple MySQL script that I use in a web application to complete rebuild/reset my DB to a clean initial state. Thus, in this script I define the various tables, stored procs, etc. that I need.
What I\'m curretly doing is the following: validates :new_pass, :presence => {:if => :new_record?},
So I\'m converting my Admin mailers to use Resque and execute in the background. When I ran: rake resque:work QUEUE=\'*\' --trace
I am developing my own DSL in XText. I want do som开发者_StackOverflow社区ething like this: 1 AND (2 OR (3 OR 4))