On Aug 15, 2017 7:11 AM, <sventrax...@gmail.com> wrote:

Hi

Months ago I read a review that praised Clojure's clean approach and use of
JVM that is almost always available in my deployments.

My background: started with 370 assembly


hoorah!  HCF!  (check out boot - JCL, done right!)

What I have on my hands is a DSL like this

            HeaderRule=hr-ftp
               Term=100
                  name="ftp"
                  From=1
                     networkPort="21"
                     Protocol=1
                        Tcp=1
                           up
                        up
                     up
                  Then=1
                     ProtocolInspection=1
                        ftpRuleSet="frs-ftp"
                        up
                     ServiceDataFlowId=1
                        payload=99
                        up
                     up
                  up
               up
            HeaderRule=hr-http
                  ......


are you sure you need a DSL?  dunno what "up" means here but fwiw i've
found that plain ol' clojure data often does the trick, maps, vectors, etc.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to