> See it with your own eyes I'd love to. You need to show it on this page. Even if a screenshot (or screen capture, or some code) is pretty useless, it helps give the right context, and tells me this is actually a thing, and not just a hope. This [0] should be front and center. [0] https://alan-platform.com/pages/tuts/helloworld1.png
There is an animated gif in the tutorial: https://alan-platform.com/pages/tuts/getting-started.html
Show HN: Alan – a low-code application platform
121–130 of 178 posts
Re: Show HN: Alan – a low-code application platform
#122How does this compare to http://jasonette.com (besides the obvious platform differences)?
Re: Show HN: Alan – a low-code application platform
#123Some feedback: * "low code" is confusing When I started reading I thought low code, meant low "level" code, something like assembly or rust. After reading a lot in the page I saw it meant not writing imperative code. I think the term Model Driven Engineering would be more appropriate: https://en.wikipedia.org/wiki/Model-driven_engineering * How do I model business rules? How do I model a State machine? I want to spec…
Was the HN title fixed after your post? It's now "low-code" which I think is pretty understandable.
Re: Show HN: Alan – a low-code application platform
#124Earlier quoted context omitted.
Thanks for the feedback, this is exactly what we're looking for here. Perhaps some of this is "how to launch a platform 101", but we can't guess all the concerns everyone may have. Also, we're not necessarily looking to really kick start adoption for a wide audience right now. The platform lacks maturity on a number of levels to properly support that. We'll continue to work on our documentation and clarify some of th…
> We understand people want to see the UI, but it's not the key selling point. Pretty apps isn't what you'd use Alan for (although you could). In my humble opinion, I would suggest rethinking this. I imagine you don't intend to sound that way, but a response like this might suggest to people that you don't value user experience or good design, which would rule a lot of otherwise-interested people right out. For any s…
I think we need to do a Show HN at a later date to showcase it. There is so much to say about the platform, we wanted to focus it on the modeling language right now. I totally understand people want to know more about the UI though.
Re: Show HN: Alan – a low-code application platform
#125Earlier quoted context omitted.
Thanks for the feedback, this is exactly what we're looking for here. Perhaps some of this is "how to launch a platform 101", but we can't guess all the concerns everyone may have. Also, we're not necessarily looking to really kick start adoption for a wide audience right now. The platform lacks maturity on a number of levels to properly support that. We'll continue to work on our documentation and clarify some of th…
> We understand people want to see the UI, but it's not the key selling point. Pretty apps isn't what you'd use Alan for And yet, > This makes it ideal for administrative tools and data gathering > Solutions built with Alan include everything from small accounting systems you can build in an afternoon, to large ERP solutions. I really pity the users of those systems then.
Re: Show HN: Alan – a low-code application platform
#126I don't buy that it's actually better without a UI or that you can't make a UI for configuring complex models (it's hard but has been done many times before). But like I said, programmers seem to accept it more readily without the UI so maybe that's the trick to programmer popularity for these types of systems.
Re: Show HN: Alan – a low-code application platform
#127Edit: Looks like the Alan connect app needs to be restarted after adding the image. Clicking “advanced” nothing was running, it’s fixed after reloading.
Re: Show HN: Alan – a low-code application platform
#128Something like TodoMVC seems like a reasonable place to start.
Re: Show HN: Alan – a low-code application platform
#129How do you deal with performance issues with this kind of abstraction?
There are some other mitigating factors, like:
- the datastore is fully in memory
- you can spin up multiple datastores to share the load
You also don't tend to accidentally run into a performance issue. The constructions that cost more (e.g. nested derived collections) or are risky (kicking of derivations at a high interval) are known beforehand. You tend to know already if you're going to use a lot of memory or expect high CPU load.
Re: Show HN: Alan – a low-code application platform
#130It would be nice to have a simple example application code and demo. Something like TodoMVC seems like a reasonable place to start.