go to post Maks Atygaev · Mar 27, 2020 @Guillaume Rongier Thank you :) It was my first promo video :)
go to post Maks Atygaev · Mar 27, 2020 Hello @Henry Pereira ! I think you created a fantastic tool with a great potential and roadmap. I think your product is very wished by developers. Thank you to bring and share modern approaches to work with SQL.
go to post Maks Atygaev · Nov 27, 2017 My point starts from here.MsgPack is a binary format of data representation.How we can see on its specification (second link) MsgPack defines serialization/deserialization from common data types and structures into byte array.I just want to implement the format as is.When we see on serialization of string then we see that it looks like that:| code (one byte) | length representation (1 or 2 or 4 bytes) | string bytes |or for small strings:| (code + length of string) (one byte) | string bytes |For example for string "Fringe":| 166 | 70 114 105 110 103 101 |
go to post Maks Atygaev · Nov 23, 2017 I developed DeclarativeCOS framework for declarative programming on COS. So... We can talk about this too :)
go to post Maks Atygaev · Sep 13, 2017 Hello, [@henry.hamon.pereira]! The idea was given by my academic supervisor and [@Evgeny Shvarov]!
go to post Maks Atygaev · Sep 13, 2017 Hello [@George Swinnerton]! No. It is academic project You can fork the project and add web scale to it.
go to post Maks Atygaev · Sep 11, 2017 [@robert.cemper] Please, write me on my email atygaev.mi@gmail.comI will add you to private google doc discuss.hm... Maybe I missed something but I didn't understand where "it sounds like another New Language project"
go to post Maks Atygaev · Sep 11, 2017 Hello [@Athanassios Hatzis] !I thought about "Graphs on Cache". I attached my point of view how to store simple graph db.slides: https://drive.google.com/open?id=0B7nnNs0_XYaSWXp1S3BoUjFXdFk
go to post Maks Atygaev · Sep 11, 2017 [@Robert.Cemper], would you mind to take participation in new lang discussion?
go to post Maks Atygaev · Sep 9, 2017 thank you! I think it would be interesting! Thank you for your support!
go to post Maks Atygaev · Sep 9, 2017 Yes. Native JSON is exciting feature When I worked on my another project (MonCaché - Caché as MongoDB) JSON wasn't add into COS language.And when I heard about adding JSON I was happy
go to post Maks Atygaev · Sep 9, 2017 Thank you for BabelJS. Never heard about it. So, you know, I thought about creating new language which could be translated into COS.The language have to support all modern concepts like FP, OOP, Generics (Java generics) and etc.What do you think about it?
go to post Maks Atygaev · Sep 9, 2017 Thank you Robert Cemper!Yeah, COS really has ZZ extensions. Also, you have interesting point of view on Go and Angular Isn't this enough for thousands of developers that haven't asked for it nor have a need for it? Years ago engineers was happy because they have simplest command like ADD, MOV, JMP.And now we have a lot of abstraction layers which cover low-level commands.And I think our programs became better. Please, don't think that I am disagree with you. I just try to discover the root of... What developers really need?Maybe. Maybe ZZ extensions is okay. Maybe. Not every cool thing or framework should be integrated into language.
go to post Maks Atygaev · Sep 9, 2017 Good!So, well, please, write any details about my join to your project on my email: atygaev.mi@gmail.com :-)
go to post Maks Atygaev · Sep 7, 2017 Thank you, Herman Slagman!Yeah, COS could support more modern concepts and technologies. But we should note that COS supports JSON natively now. It is good step to new bless future of COS.How you think why ISC implements new features slowly?I think it's inevitable. I think every language with long history should support legacy and any new feature should be well tested. so... Development team of certain language (even if they really want to implement new feature as soon as possible) have to implement new features slowly.I think another moment is community state. Maybe something couldn't implement because the community has no strong wish have it in language ecosystem.
go to post Maks Atygaev · Sep 6, 2017 Would you mind if I join your project?) I think it would be good experience to me) Maybe we can start to make something interesting) About current issues. Yes, I understand you. Why you decided to make your proof-of-concept project? :-)
go to post Maks Atygaev · Sep 6, 2017 Do you plan to support and improve your proof-of-concept project?