Skip to content

Commit eea8aba

Browse files
committed
Add ReScript Association blog post
1 parent d07c51e commit eea8aba

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
author: rescript-team
3+
date: "2021-03-03"
4+
category: ecosystem
5+
title: The ReScript Association
6+
description: |
7+
After the rebranding of ReScript, its Reason Association has now followed through to become the ReScript Association.
8+
---
9+
10+
## A Small Change for our Association
11+
12+
Last year, we rebranded from BuckleScript and Reason to [ReScript](/blog/bucklescript-is-rebranding). The Reason Association however, due to administrative reasons, lagged behind in name change until recently.
13+
14+
Today, we are glad to announce that our organization is now known as the [**ReScript Association**](https://rescript-association.org).
15+
16+
We will continue on our mission to support the development of the ReScript language while leveraging OCaml as its underlying foundation.
17+
18+
## Relation to ReScript the Project
19+
20+
Founded in 2018, the ReScript Association provides a legal and financial foundation for many parts of ReScript. We’re non-profit and independently funded by industrial partners, research institutions and individuals. Our board consists of three members, two of which are also on the ReScript core team (Patrick & Cristiano).
21+
22+
**Here are some of our work you might recognize:**
23+
24+
- Reason Conf 2018 & 2019. Post-covid, we’ll restart prioritizing these.
25+
- [rescript-lang.org](https://rescript-lang.org).
26+
- [Community forum](https://forum.rescript-lang.org) & server.
27+
- Domains and [analytics data](https://simpleanalytics.com/rescript-lang.org).
28+
- [genType’s](https://github.com/rescript-association/genType) release automation.
29+
- Help maintaining editor related tools such as [rescript-vscode](https://github.com/rescript-lang/rescript-vscode), [vim-rescript](https://github.com/rescript-lang/vim-rescript) and the underlying [editor-support](https://github.com/rescript-lang/rescript-editor-support).
30+
- Design & logo assets (together with our designer) for all of ReScript.
31+
- Helping out on upcoming [ocaml.org](ocaml.org) work.
32+
- Experimental tools like the upcoming doc generator.
33+
- Yearly reports for our donors and partners.
34+
- Setting up legal contracts, hiring contractors, paying invoices, doing accounting, etc.
35+
36+
## Benefits of an Association
37+
38+
The Association provides a much needed layer of protection so that we can put liabilities onto an organization instead of individuals (a crucial safeguard when things go wrong and money is at risk). As an example, organizing the past conferences or any event past meetup sizes wouldn’t have been realistic for single, legally unaccountable individuals.
39+
40+
We also take non-partisan ownership of some of ReScript’s essential infrastructures listed above, so that ReScript can live on past individual bus factors.
41+
42+
Furthermore, we serve as a communication channel for our partners and donors.
43+
44+
## Donate
45+
46+
High quality, long-term Open Source work doesn’t come from some good words and pats on the back. While we do try to be efficient, past a certain point, big amounts of time and financial resources are needed to keep up the momentum for maintaining and developing the platform. To this end, we regularly raise donations to make sure that the running costs are covered, and Open Source contributors paid.
47+
48+
If your company relies on the ReScript platform for building commercial products, please consider supporting our efforts by [sending a donation](https://rescript-association.org/donate). It’s the best way to future proof your product’s foundation. Alternatively, you can sponsor individual members like [ryyppy](https://github.com/sponsors/ryyppy/) on Github Sponsors.
49+
50+
We want to take this opportunity to thank our previous and active sponsors:
51+
- [Tezos Software Foundation](https://tezos-foundation.com) (2020-21)
52+
- [Ahrefs](https://ahrefs.com) (2019)
53+
- [OCaml Software Foundation](https://ocaml-sf.org) (2018-19)
54+
55+
Your support allowed us to accomplish many of the work listed earlier. Thank you!
56+
57+
## Extra: Why did this change take so long?
58+
59+
We are an established non-profit organization under Austrian law, located in Vienna. We have legal obligations and can't just rename our organization as we please.
60+
61+
**Here are a few things we had to consider:**
62+
63+
- We wrapped up our yearly donation reports and checked in with our partners regarding our new ReScript brand and roadmap. Our partners are satisfied with our plan!
64+
- Contrary to our compiler, Austrian bureaucracy is not known for its speed. Thankfully, in parallel, we took this time to reach a couple of major milestones on rescript-lang.org.
65+
- We had to refactor our brand assets, rework the association site, hook up new domains, renaming things while making nothing breaks, and communicate the goals within the ReScript team.
66+
67+
Luckily, most of the challenging work is done! We only need to wait for Austrian authorities to verify the new amendments of our statues.
68+
69+
## Conclusion
70+
71+
The association rebranding and mission alignment took longer than expected, but was a worthwhile investment. The ReScript Association is now an integral part of the ReScript project, with all the aforementioned benefits.
72+
73+
For further updates, make sure to join our [Forum](https://forum.rescript-lang.org), or follow [@ReScriptAssoc](https://twitter.com/ReScriptAssoc) & [@rescriptlang](https://twitter.com/rescriptlang) on Twitter!

data/blog_posts.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"rescript-association-rebranding" : "2021-03-03-rescript-association-rebranding.mdx",
23
"release-9-0" : "2021-02-09-release-9-0.mdx",
34
"release-8-3-pt2": "2020-09-25-release-8-3-2.mdx",
45
"release-8-3-pt1": "2020-09-25-release-8-3.mdx",

0 commit comments

Comments
 (0)