gluon-lang.org valuation and analysis

Robots.txt Information
Robot Path Permission
GoogleBot /
BingBot /
BaiduSpider /
YandexBot /
User-agent: * Allow:
Meta Tags
Title Gluon
Description Gluon Gluon is a static, type inferred and embeddabble language written in Rust. Try gluon from your browser! Gluon on Github let de @ { Deserialize, ? }
Keywords N/A
Server Information
WebSite gluon-lang favicongluon-lang.org
Host IP 18.232.242.195
Location United States
Related Websites
Site Rank
More to Explore
gluon-lang.org Valuation
US$1,365
Last updated: 2023-05-20 08:19:57

gluon-lang.org has Semrush global rank of 0. gluon-lang.org has an estimated worth of US$ 1,365, based on its estimated Ads revenue. gluon-lang.org receives approximately 157 unique visitors each day. Its web server is located in United States, with IP address 18.232.242.195. According to SiteAdvisor, gluon-lang.org is safe to visit.

Traffic & Worth Estimates
Purchase/Sale Value US$1,365
Daily Ads Revenue US$1
Monthly Ads Revenue US$37
Yearly Ads Revenue US$453
Daily Unique Visitors 10
Note: All traffic and earnings values are estimates.
DNS Records
Host Type TTL Data
gluon-lang.org. A 59 IP: 18.232.242.195
gluon-lang.org. A 59 IP: 54.225.7.50
gluon-lang.org. NS 86400 NS Record: ns-870.awsdns-44.net.
gluon-lang.org. NS 86400 NS Record: ns-1291.awsdns-33.org.
gluon-lang.org. NS 86400 NS Record: ns-1985.awsdns-56.co.uk.
gluon-lang.org. NS 86400 NS Record: ns-409.awsdns-51.com.
HtmlToTextCheckTime:2023-05-20 08:19:57
Gluon Gluon is a static, type inferred and embeddabble language written in Rust. Try gluon from your browser! Gluon on Github let de @ { Deserialize, ? } = import! std.json.de let ser @ { Serialize, ? } = import! std.json.ser let { Result, ? } = import! std.result #[derive(Serialize, Deserialize)] type Vec = { x : Float, y : Float, name : Option String } let result = let input = r#"{ "x": 123, "y": 456.78, "name": null }"# do v = de.deserialize input let v : Vec = v let updated = { x = v.x, y = v.y, name = Some "Vector" } ser.to_string_pretty updated match result with | Ok s -> s | Err err -> err Documentation Latest release The gluon book Standard Library API Reference Rust API Reference Nightly The gluon book Standard Library API Reference Rust API