Replies: 2 comments 4 replies
-
Well, it's not as scary as you may have thought.
The only common things between bridge.net and Retype are the organization Object.NET and being written in C#. What did use Bridge was
It is available, just archived and frozen in time in GitHub's Arctic Vault program. There are tons of documentation about it, you can just get started from its README in the repo and wiki articles; either build it yourself or grab NuGet precompiled releases. Well, loving C# is advised. :) |
Beta Was this translation helpful? Give feedback.
-
Thanks for asking.
Correct. Retype is a project/product of Object.NET. Retype will likely get spun off and become its own company at some point. Too early for that now though.
Just an oversight on my part as we're so focused on building Retype right now. I'll add it to my pile of TODO's.
Retyped and Bridge.NET were related projects. Both archived now, but certainly a lot of knowledge was transferred from those projects into Retype. High performance parsing, insanely complex language parsing, processing absolutely massive amounts of text files, multi-platform runtimes, crafting buttery delicious UI's, etc, etc, are all skills honed on Bridge and Retyped that helped us eventually build Retype. Retype is all new original code from Day 1. We started with a clean sheet. Retyped obviously inspired the name Retype. Initially we were just going to repurpose the name Retyped, but in the end we were able to acquire the domain retype.com and felt Retype was better suited anyways, so we went with it.
Retype does not use Bridge.NET. It likely could have, but Bridge is archived and we wanted to go in a different architectural direction with Retype.
Nope. Retype is it's own engine and it's extremely well maintained. Retype is by far the best work we've ever done, and we've done some pretty good stuff in the past.
It's there, give it a try if you want, but the project is archived for now. Unfortunately, Bridge.NET didn't get a lot of uptake from the .NET community, so eventually we were just beating a dead horse and had to move on. Would be nice to revisit the project at some point in the future as we had a lot more to give, but for now it's archived. Hope this helps answer your questions. |
Beta Was this translation helpful? Give feedback.
-
Hi - I am sorry for being nosey, but I am very curious about the organization side of Retype, as well as the product itself.
yarn add
.So - can anyone untangle this for me?
I am mostly curious about:
Of course - since I realize this is an intrusive question, I will totally understand if it is left unanswered.
Beta Was this translation helpful? Give feedback.
All reactions