Category:Halon: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{language|Halon
{{language|Halon
|parampass=value
|parampass=value
|site=http://www.halon.io/}}
|site=http://docs.halon.se/hsl/}}
'''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, has first-class functions and modules, and lot of it's features are borrowed from [[PHP]], [[Python]], [[Javascript]] and [[Perl]].

Latest revision as of 11:34, 29 August 2017

Language
Halon
This programming language may be used to instruct a computer to perform a task.
Official website
Parameter passing methods: By value
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Halon.

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, has first-class functions and modules, and lot of it's features are borrowed from PHP, Python, Javascript and Perl.

Pages in category "Halon"

The following 12 pages are in this category, out of 12 total.