Ask HN: What tools and frameworks do you use to fast prototype ideas?
1–4 of 4 posts
Re: Ask HN: What tools and frameworks do you use to fast prototype ideas?
#2Otherwise I have been writing JavaScript long and have enough supporting Node libraries to do just about anything that I can prototype pretty fast. I don’t normally use frameworks and I especially wouldn’t use a front end framework for prototyping because I would spend time unraveling framework nonsense than testing the actual idea.
Re: Ask HN: What tools and frameworks do you use to fast prototype ideas?
#3I start with a REPL. Otherwise I have been writing JavaScript long and have enough supporting Node libraries to do just about anything that I can prototype pretty fast. I don’t normally use frameworks and I especially wouldn’t use a front end framework for prototyping because I would spend time unraveling framework nonsense than testing the actual idea.
Re: Ask HN: What tools and frameworks do you use to fast prototype ideas?
#4I start with a REPL. Otherwise I have been writing JavaScript long and have enough supporting Node libraries to do just about anything that I can prototype pretty fast. I don’t normally use frameworks and I especially wouldn’t use a front end framework for prototyping because I would spend time unraveling framework nonsense than testing the actual idea.
What do you mean REPL?