Category:Halon: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
Line 2: Line 2:
|parampass=value
|parampass=value
|site=http://www.halon.io/}}
|site=http://www.halon.io/}}
'''HSL''' (Halon Scripting Language) is a scripting language originally designed for processing SMTP transaction and email parsing in the Halon SMTP software. A SMTP platform for highly dynamic email environment (hosting and telecom) where customer, settings and routing information needs to be handled dynamically. HSL is currently only available in the Halon software engine, but can be used from a command line interface (REPL). The language support basic classes and modules, and lot of it's features are borrowed from [[PHP]], [[Python]], [[Javascript]] and [[Perl]].
'''HSL''' (Halon Scripting Language) is a domain-specific scripting language originally designed for processing SMTP transaction and email parsing in the Halon SMTP server. A SMTP software for highly dynamic email environment (hosting and telecom) where customer, settings and routing information needs to be handled dynamically (hence the need for a dynamic scripting language). HSL is currently only available in the Halon software engine, but can be used from a command line interface (REPL). The language support basic classes and modules, and lot of it's features are borrowed from [[PHP]], [[Python]], [[Javascript]] and [[Perl]].