Similar sites like racket-lang.org


Racket


Categories: Technical Information, Information Technology
Topics: racket, racket language, racket programming language, redex, scheme let

Facebook ♡: 48
racket-lang.org
racket-lang.org Reviews


Sites similar to racket-lang.org - Top 42 racket-lang.org alternatives

beautifulracket.com

beautifulracket.com beautifulracket.com           
Beautiful Racket by Matthew Butterick
Beautiful Racket by Matthew Butterick


Semrush Rank: 1,126,442
Categories: Marketing/Merchandising, Business
Similar? Yes 0 No 0
scheme.com

scheme.com scheme.com           
(chez (chez scheme))
Scheme programming and Scheme language tools and documentation: Chez Scheme, Petite Chez Scheme, the Scheme Widget Library, The Scheme Programming Language, and the Chez Scheme User's Guide
Comics character. Richard Fisk is a fictional character, a criminal appearing in American comic books published by Marvel Comics. The character first appears in The Amazing Spider-Man #83 (April 1970) and was created by Stan Lee and John Romita Sr. He is the son of Wilson Fisk and Vanessa Fisk. Although originally portrayed as a villain, he later became an antihero.A younger version of the character appeared in the 2018 animated film, Spider-Man: Into the Spider-Verse.

Facebook ♡: 0
Categories: Software/Hardware, Business
Similar? Yes 0 No 0
rexegg.com

rexegg.com rexegg.com           
Regex Tutorial—From Regex 101 to Advanced Regex
Regular Expressions Tutorial. Comprehensive resource covering basic to advanced uses of regex. Includes regex cheat sheet, tools, books and tricks.


Facebook ♡: 16
Categories: Technical/Business Forums, Information Technology
Similar? Yes 0 No 0
neu.edu

neu.edu neu.edu           
Home - Northeastern University
Founded in 1898, Northeastern is a global, experiential, research university built on a tradition of engagement with the world.
Private university in New York City. New York University (NYU) is a private research university in New York City. Chartered in 1831 by the New York State Legislature, NYU was founded by a group of New Yorkers led by then-Secretary of the Treasury Albert Gallatin.In 1832, the non-denominational all-male institution began its first classes near City Hall based on a curriculum focused on a secular education. The university moved in 1833 and has maintained its main campus in Greenwich Village surrounding Washington Square Park. Since then, the university has added an engineering school in Brooklyn's MetroTech Center and graduate schools throughout Manhattan. NYU has become the largest private university in the United States by enrollment, with a total of 51,848 enrolled students, including 26,733 undergraduate students and 25,115 graduate students in 2019.

Facebook ♡: 985
Categories: Education/Reference, Education
Similar? Yes 0 No 0
regular-expressions.info

regular-expressions.info regular-expressions.info           
Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns
At Regular-Expressions.info you will find a wide range of in-depth information about a powerful search pattern language called regular expressions.


Moz DA: 65 Moz Rank: 5.4 Semrush Rank: 85,101 Facebook ♡: 493
Categories: Computers/Programming/Languages, Computers/Security, Computers/Software/File Management, Technical Information, Information Technology
Similar? Yes 0 No 0
tcl.tk

tcl.tk tcl.tk           
Tcl Developer Site
Tcl Developer Site
High-level programming language. Tcl (pronounced "tickle" or as an initialism) is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful. Tcl casts everything into the mold of a command, even programming constructs like variable assignment and procedure definition. Tcl supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It is commonly used embedded into C applications, for rapid prototyping, scripted applications, GUIs, and testing.

Moz DA: 59 Moz Rank: 5.4 Facebook ♡: 4
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
gnu.org

gnu.org gnu.org           
The GNU Operating System and the Free Software Movement
Since 1983, developing the free Unix style operating system GNU, so that computer users can have the freedom to share and improve the software they use.
Free software project. The GNU Project ( (listen)) is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and computing devices by collaboratively developing and publishing software that gives everyone the rights to freely run the software, copy and distribute it, study it, and modify it. GNU software grants these rights in its license. In order to ensure that the entire software of a computer grants its users all freedom rights (use, share, study, modify), even the most fundamental and important part, the operating system (including all its numerous utility programs) needed to be free software. According to its manifesto, the founding goal of the project was to build a free operating system, and if possible, "everything useful that normally comes with a Unix system so that one could get along without any software that is not free." Stallman decided to call this operating system GNU (a recursive acronym meaning "GNU's not Unix!"), basing its design on that of Unix, a proprietary operating system.

Moz DA: 93 Moz Rank: 7.3 Semrush Rank: 7,088 Facebook ♡: 2,793
Categories: Computers/Programming/Compilers, Computers/Software/Freeware, Computers/Open Source, Non-Profit/Advocacy/NGO, Information Technology
Similar? Yes 0 No 0
ocaml.org

ocaml.org ocaml.org           
Welcome to a World of OCaml
OCaml is a general-purpose, industrial-strength programming language with an emphasis on expressiveness and safety.
Programming language. OCaml ( oh-KAM-əl, formerly Objective Caml) is a general-purpose, high-level multi-paradigm programming language which extends the Caml dialect of ML with object-oriented features. OCaml was created in 1996 by Xavier Leroy, Jérôme Vouillon, Damien Doligez, Didier Rémy, Ascánder Suárez, and others. The OCaml toolchain includes an interactive top-level interpreter, a bytecode compiler, an optimizing native code compiler, a reversible debugger, and a package manager (OPAM). OCaml was initially developed in the context of automated theorem proving, and has an outsize presence in static analysis and formal methods software. Beyond these areas, it has found serious use in systems programming, web development, and financial engineering, among other application domains.

Facebook ♡: 7
Categories: Non-Profit/Advocacy/NGO, Information Technology
Similar? Yes 0 No 0
schemers.org

schemers.org schemers.org           
Welcome to schemers.org!
Welcome to schemers.org!


Facebook ♡: 1
Categories: Personal Pages, Education
Similar? Yes 0 No 0
julialang.org

julialang.org julialang.org           
The Julia Programming Language
Watch what unfolded at JuliaCon 2022 here. The latest developments, optimizations, and features happen right here, at JuliaCon.
Dynamic programming language. Julia is a high-level, general-purpose dynamic programming language. Its features are well suited for numerical analysis and computational science.Distinctive aspects of Julia's design include a type system with parametric polymorphism in a dynamic programming language; with multiple dispatch as its core programming paradigm. Julia supports concurrent, (composable) parallel and distributed computing (with or without using MPI or the built-in corresponding to "OpenMP-style" threads), and direct calling of C and Fortran libraries without glue code. Julia uses a just-in-time (JIT) compiler that is referred to as "just-ahead-of-time" (JAOT) in the Julia community, as Julia compiles all code (by default) to machine code before running it.Julia is garbage-collected, uses eager evaluation, and includes efficient libraries for floating-point calculations, linear algebra, random number generation, and regular expression matching. Many libraries are available, including some (e.g., for fast Fourier transforms) that were previously bundled with Julia and are now separate.Several development tools support coding in Julia, such as integrated development environments (e.g.

Semrush Rank: 45,352 Facebook ♡: 4,481
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
call-cc.org

call-cc.org call-cc.org           
CHICKEN Scheme
CHICKEN Scheme


Facebook ♡: 6
Categories: Media Downloads, Information Technology
Similar? Yes 0 No 0
shido.info

shido.info shido.info           
紫藤のページ
LISP, Haskell, Python, xyzzy script などの関数型プログラミング言語の小品と解説


Moz DA: 35 Moz Rank: 3.4 Semrush Rank: 3,563,611
Categories: Technical Information, Entertainment
Similar? Yes 0 No 0
rust-lang.org

rust-lang.org rust-lang.org           
Rust Programming Language
A language empowering everyone to build reliable and efficient software.
General-purpose programming language. Rust is a multi-paradigm, high-level, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. Rust enforces memory safety—that is, that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages. To simultaneously enforce memory safety and prevent concurrent data races, Rust's "borrow checker" tracks the object lifetime of all references in a program during compilation. Rust is popular for systems programming but also offers high-level features including some functional programming constructs.Software developer Graydon Hoare created Rust as a personal project while working at Mozilla Research in 2006.

Moz DA: 70 Moz Rank: 5.9 Semrush Rank: 17,469 Facebook ♡: 5,519
Categories: Computers/Programming/Languages, Computers/Programming/Internet, News/Weblogs, Software/Hardware, Information Technology
Similar? Yes 0 No 0
haskell.org

haskell.org haskell.org           
Haskell Language
The Haskell purely functional programming language home page.
Functional programming language. Haskell () is a general-purpose, statically-typed, purely functional programming language with type inference and lazy evaluation. Designed for teaching, research and industrial applications, Haskell has pioneered a number of programming language features such as type classes, which enable type-safe operator overloading, and monadic IO. Haskell's main implementation is the Glasgow Haskell Compiler (GHC). It is named after logician Haskell Curry.Haskell's semantics are historically based on those of the Miranda programming language, which served to focus the efforts of the initial Haskell working group. The last formal specification of the language was made in July 2010, while the development of GHC continues to expand Haskell via language extensions. Haskell is used in academia and industry.

Moz DA: 68 Moz Rank: 6 Semrush Rank: 32,751 Facebook ♡: 1
Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
elm-lang.org

elm-lang.org elm-lang.org           
home
A delightful language with friendly error messages, great performance, small assets, and no runtime exceptions.


Semrush Rank: 43,170
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
golang.org

golang.org golang.org           
The Go Programming Language
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Programming language. Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang because of its former domain name, golang.org, but its proper name is Go.There are two major implementations: Google's self-hosting "gc" compiler toolchain, targeting multiple operating systems and WebAssembly. gofrontend, a frontend to other compilers, with the libgo library. With GCC the combination is gccgo; with LLVM the combination is gollvm.A third-party source-to-source compiler, GopherJS, compiles Go to JavaScript for front-end web development.

Moz DA: 79 Moz Rank: 7.1 Semrush Rank: 521,609 Facebook ♡: 5,042
Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
nim-lang.org

nim-lang.org nim-lang.org           
Nim Programming Language
The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.


Facebook ♡: 0
Categories: Forum/Bulletin Boards, Information Technology
Similar? Yes 0 No 0
practical-scheme.net

practical-scheme.net practical-scheme.net           
Practical Scheme
Practical Scheme



Categories: Education/Reference, Information Technology
Similar? Yes 0 No 0
kotlinlang.org

kotlinlang.org kotlinlang.org           
Kotlin Programming Language
Kotlin is a programming language that makes coding concise, cross-platform, and fun. It is Google’s preferred language for Android app development.
General-purpose programming language. Kotlin () is a cross-platform, statically typed, general-purpose high-level programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise. Kotlin mainly targets the JVM, but also compiles to JavaScript (e.g., for frontend web applications using React) or native code via LLVM (e.g., for native iOS apps sharing business logic with Android apps). Language development costs are borne by JetBrains, while the Kotlin Foundation protects the Kotlin trademark.On 7 May 2019, Google announced that the Kotlin programming language is now its preferred language for Android app developers. Since the release of Android Studio 3.0 in October 2017, Kotlin has been included as an alternative to the standard Java compiler.

Moz DA: 70 Moz Rank: 6.2 Semrush Rank: 22,453 Facebook ♡: 3,490
Categories: Business, Information Technology
Similar? Yes 0 No 0
erlang.org

erlang.org erlang.org           
Index - Erlang/OTP
The official home of the Erlang Programming Language
Programming language. Erlang ( UR-lang) is a general-purpose, concurrent, functional high-level programming language, and a garbage-collected runtime system. The term Erlang is used interchangeably with Erlang/OTP, or Open Telecom Platform (OTP), which consists of the Erlang runtime system, several ready-to-use components (OTP) mainly written in Erlang, and a set of design principles for Erlang programs.The Erlang runtime system is designed for systems with these traits: Distributed Fault-tolerant Soft real-time Highly available, non-stop applications Hot swapping, where code can be changed without stopping a system.The Erlang programming language has immutable data, pattern matching, and functional programming. The sequential subset of the Erlang language supports eager evaluation, single assignment, and dynamic typing. A normal Erlang application is built out of hundreds of small Erlang processes. It was originally proprietary software within Ericsson, developed by Joe Armstrong, Robert Virding, and Mike Williams in 1986, but was released as free and open-source software in 1998.

Facebook ♡: 49
Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
harrisgeospatial.com

harrisgeospatial.com harrisgeospatial.com           
Geospatial Solutions & Analytics | Remote Sensing Technology
NV5 offers geospatial analytics and solutions using cutting-edge remote sensing technology. Learn how to leverage our expertise to meet your requirements.


Semrush Rank: 71,143 Facebook ♡: 356
Categories: Business, Information Technology
Similar? Yes 0 No 0
inria.fr

inria.fr inria.fr           
Accueil | Inria
Accueil | Inria


Semrush Rank: 57,718 Facebook ♡: 247
Categories: Business, Education
Similar? Yes 0 No 0
ruby-doc.org

ruby-doc.org ruby-doc.org           
Ruby-Doc.org: Documenting the Ruby Language
Fast, searchable Ruby documentation for core and standard libraries. Plus, links to tutorials, guides, books, and related sites.


Moz DA: 62 Moz Rank: 5.6 Semrush Rank: 76,656 Facebook ♡: 5
Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
maplesoft.com

maplesoft.com maplesoft.com           
Maplesoft - Software for Mathematics, Online Learning, Engineering
Maplesoft, providers of software and services for math education, online STEM learning, and engineering


Semrush Rank: 26,104 Facebook ♡: 936
Categories: Education/Reference, Business
Similar? Yes 0 No 0
gastonsanchez.com

gastonsanchez.com gastonsanchez.com           
Gaston Sanchez
Personal website of Gaston Sanchez


Semrush Rank: 868,904
Categories: Personal Pages, Education
Similar? Yes 0 No 0
lisp.se

lisp.se lisp.se           
Lisp.se



Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
octave.org

octave.org octave.org           
GNU Octave
GNU Octave is a programming language for scientific computing.


Moz DA: 64 Moz Rank: 5.2 Semrush Rank: 138,061 Facebook ♡: 489
Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
clojuredocs.org

clojuredocs.org clojuredocs.org           
Community-Powered Clojure Documentation and Examples | ClojureDocs
Community-Powered Clojure Documentation and Examples | ClojureDocs


Semrush Rank: 157,162 Facebook ♡: 1
Categories: Technical/Business Forums, Information Technology
Similar? Yes 0 No 0
ds26gte.github.io

ds26gte.github.io ds26gte.github.io           
Dorai Sitaram's Home Page
Dorai Sitaram's Home Page




Similar? Yes 0 No 0
processing.org

processing.org processing.org           
Welcome to Processing! / Processing.org
Processing is a flexible software sketchbook and a language for learning how to code. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology…


Semrush Rank: 32,227 Facebook ♡: 10,635
Categories: Internet Services, Education
Similar? Yes 0 No 0
learnxinyminutes.com

learnxinyminutes.com learnxinyminutes.com           
Learn X in Y Minutes: Scenic Programming Language Tours
Learn X in Y Minutes: Scenic Programming Language Tours


Semrush Rank: 267,267 Facebook ♡: 2,124
Categories: Blogs/Wiki, Information Technology
Similar? Yes 0 No 0
scala-lang.org

scala-lang.org scala-lang.org           
The Scala Programming Language
The Scala Programming Language
General-purpose programming language. Scala ( SKAH-lah) is a strong statically typed high-level general-purpose programming language that supports both object-oriented programming and functional programming. Designed to be concise, many of Scala's design decisions are aimed to address criticisms of Java.Scala source code can be compiled to Java bytecode and run on a Java virtual machine (JVM). Scala can also be compiled to JavaScript to run in a browser, or directly to a native executable. On the JVM Scala provides language interoperability with Java so that libraries written in either language may be referenced directly in Scala or Java code. Like Java, Scala is object-oriented, and uses a syntax termed curly-brace which is similar to the language C. Since Scala 3, there is also an option to use the off-side rule (indenting) to structure blocks, and its use is advised.

Moz DA: 72 Moz Rank: 5.8 Semrush Rank: 35,702 Facebook ♡: 306
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
elixir-lang.org

elixir-lang.org elixir-lang.org           
The Elixir programming language
Website for Elixir


Moz DA: 52 Moz Rank: 5.9 Semrush Rank: 41,653 Facebook ♡: 317
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
robotframework.org

robotframework.org robotframework.org           
Robot Framework
Generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA).


Moz DA: 45 Moz Rank: 5.4 Semrush Rank: 210,032 Facebook ♡: 0
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
tcl-lang.org

tcl-lang.org tcl-lang.org           
Tcl Developer Site
Tcl Developer Site


Semrush Rank: 118,918
Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
greghendershott.com

greghendershott.com greghendershott.com           
Home: Greg Hendershott
Home: Greg Hendershott


Semrush Rank: 9,309,456
Categories: Games, Information Technology
Similar? Yes 0 No 0
perl.org

perl.org perl.org           
The Perl Programming Language - www.perl.org
The Perl Programming Language at Perl.org. Links and other helpful resources for new and experienced Perl programmers.
Interpreted programming language first released in 1987. Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages. "Perl" refers to Perl 5, but from 2000 to 2019 it also referred to its redesigned "sister language", Perl 6, before the latter's name was officially changed to Raku in October 2019.Though Perl is not officially an acronym, there are various backronyms in use, including "Practical Extraction and Reporting Language". Perl was developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. Since then, it has undergone many changes and revisions. Raku, which began as a redesign of Perl 5 in 2000, eventually evolved into a separate language.

Moz DA: 88 Moz Rank: 6.5 Semrush Rank: 45,583 Facebook ♡: 983
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
dlang.org

dlang.org dlang.org           
Home - D Programming Language
D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.


Facebook ♡: 265
Categories: Technical Information, Information Technology
Similar? Yes 0 No 0
lispworks.com

lispworks.com lispworks.com           
LispWorks
LispWorks


Facebook ♡: 0
Categories: Business, Information Technology
Similar? Yes 0 No 0
hexdocs.pm

hexdocs.pm hexdocs.pm           
Log in | Hex
A package manager for the Erlang ecosystem


Semrush Rank: 90,952
Categories: Software/Hardware, Information Technology
Similar? Yes 0 No 0
rosettacode.org

rosettacode.org rosettacode.org           
Rosetta Code
Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how...


Semrush Rank: 332,562 Facebook ♡: 1,731
Categories: Computers/Software/Freeware, Computers/Programming/Languages, Computers/Programming/History, Blogs/Wiki, Reference
Similar? Yes 0 No 0
crystal-lang.org

crystal-lang.org crystal-lang.org           
The Crystal Programming Language
A language for humans and computers


Semrush Rank: 200,693
Categories: Technical/Business Forums, Information Technology
Similar? Yes 0 No 0
Suggest Site to this list (racket-lang.org)
    Please only suggest if the website is similar. We do check suggested websites carefully and only approve if it's completely similar.
We'll never share your email with anyone else. You'll get a confirmation email.

racket-lang.org Reviews

No reviews have been made yet.
What is sitelike.org?

sitelike.org is a free tool to search and find Similar Websites, alternatives or related to the given site.
It helps you to find similar sites based on keyword overlap and shared audience.
Our team is manually checking and finding similar websites and also our visitors are helping us to find the best similar websites.
"Similar sites like" first finds the best and top keywords for all websites and rank them.
We also use our internal algorithm with analysing the website contents and also several web sources to determine the main topics of websites which are used to find similar websites that have the closest matching set of topics. Our ranking system uses user generated content created by our team, our visitors and also our algorithm.

0