Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add user-feedback docs #8

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

add user-feedback docs #8

wants to merge 24 commits into from

Conversation

joe-p
Copy link
Contributor

@joe-p joe-p commented Jun 16, 2024

This PR proposes a new type of document for user feedback.

It should be noted that this PR references option 5 from #7, so it should not be merged until that PR has been merged

@joe-p joe-p marked this pull request as draft June 16, 2024 17:27
@joe-p joe-p marked this pull request as ready for review June 20, 2024 18:31
Copy link

@SilentRhetoric SilentRhetoric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of clarification questions, a couple of small corrections as suggestions, and a couple of higher-level philosophical questions.


## Goals

The Algorand Foundation is working on developing tooling to make it easier for developers to build on Algorand. One of the key components of this tooling is smart contract languages. The Algorand Foudnation has previously released Algorand Python, which enables developers to write smart contracts in Python. The compiler for Algorand Python is called Puya and can be leveraged by any other language. The next language being developed for Puya is Algorand TypeScript. The goal is Algorand TypeScript is to make it easy for TypeScript develoeprs to start building on Algorand. The full list of guiding pinciples can be found [here](../README.md#guiding-principals).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Algorand Foundation is working on developing tooling to make it easier for developers to build on Algorand. One of the key components of this tooling is smart contract languages. The Algorand Foudnation has previously released Algorand Python, which enables developers to write smart contracts in Python. The compiler for Algorand Python is called Puya and can be leveraged by any other language. The next language being developed for Puya is Algorand TypeScript. The goal is Algorand TypeScript is to make it easy for TypeScript develoeprs to start building on Algorand. The full list of guiding pinciples can be found [here](../README.md#guiding-principals).
The Algorand Foundation is working on developing tooling to make it easier for developers to build on Algorand. One of the key components of this tooling is smart contract languages. The Algorand Foundation has previously released Algorand Python, which enables developers to write smart contracts in Python. The compiler for Algorand Python is called Puya and can be leveraged by any other language. The next language being developed for Puya is Algorand TypeScript. The goal is Algorand TypeScript is to make it easy for TypeScript develoeprs to start building on Algorand. The full list of guiding principles can be found [here](../README.md#guiding-principals).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if perhaps this debate might be fundamentally changed if the guiding principle is clarified to state if we are aiming for accessibility to JavaScript developers and not just TypeScript developers. Given how flexible Python is as a language, if we want to aim for a similar degree of approachability, I actually think that perhaps we should be targeting familiarity to JavaScript devs. That might then substantively influence decisions on the design of the language.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like we are targeting JavaScript transitively through TypeScript. I hesitate to say JavaScript because we basically enforce typing, meaning you can't actually use raw JavaScript without the types.

docs/user-feedback/users.md Show resolved Hide resolved
docs/user-feedback/walkthroughs/strings.md Outdated Show resolved Hide resolved
docs/user-feedback/README.md Outdated Show resolved Hide resolved
docs/user-feedback/feedback/strings.md Show resolved Hide resolved
docs/user-feedback/walkthroughs/strings.md Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants