Message from @FrostyCrits
Discord ID: 645041283781492736
anyone know regex :/
yup if its not to complicated of a pattern
im STRUGGGLING why cant i do a recurring capture like i want
I use regex in most everything, we have a love / hate relationship
it is complicated lol its kinda beyond the limits of what i should be doing with regex i think im just gonna write a c# parser lexer to do it later
im basically trying to transform xaml into x# (a language that i wrote) but it really should be a transpiler/full blown converter
I think this was the site I used, it shows you all the matches
https://regex101.com/
kinda helpfull for debugging
oh yea i know that tool, i use Resharper's live one i prefer it
but when theres a capture within a capture and i want the outer capture to be recurring idfk
are you a desktop/xaml boy?
No, c# and js mostly
ah yeah. ive been struggling to transition to web with the layout of CSS im just waiting on Blazor to replace css and html and js entirely lol
I can probably help with CSS
ill keep that in mind, i know the basics and all of css and im using scss for my home project and stuff but i just dont understand the layout system fundamentals
Not totally up to date, is Blazor a css framework ?
no no Blazor is webassembly and its part of .net core 3.0
it allows you to run any language on client side
C#, C++, low level access to the rendering, so its a matter of time before someone just makes an awesome replacement for all the messiness of web as it is traditionally
Unity can compile down to webasm, thats all i know about webasm.. lol
C# 8 is so great, im so excited about the direction theyre heading with .net standard and .net core combining and rebasing WPF desktop apps to be able to run on any platform
i was worried theyd never touch WPF again after they put out the shit of a fuck that was UWP
redoing the whole XAML compiler from scratch (which is why i wrote X# to begin with, its a replacement for XAML which i have a love hate relationship with)
I wrote one WPF program and then decided to focus on JS
Thats the direction that dev is heading. web apps and modern web stuff
so that was a good idea on your part
http://www.ammyui.com/ X# is a lot like this lang.
he kinda beat me to it with the open sourcing and all lol mine has some features that his doesnt, but all in all Ammy UI is better written than mine so meh
Reads lot like JS syntax
exactly, it takes away the bloat of basing your UI language off XML
which was a stupid decision imo. like C++'s QML, they started with JS
do you use SCSS and Typescript? or a purist javascript boi
Just purist, I don't like using libraries stuff that builds code. I like to know exactly whats going on
Typescript id recommend highly especially if you are familiar with C#, but in the end it is a shoehorn of a fake ass type system into javascript's shitty proto nonsense
i guess its just what youre used to
exactly, it's good if you have a huge app with lotsa devs.
NodeJS and Electron
Ive played with electron
also i keep flipping back and forth from vue.js and angular.js lol