197 reputation
6
bio website
location
age
visits member for 2 years, 6 months
seen Apr 16 at 13:32
stats profile views 7

Mar
20
awarded  Critic
Mar
16
accepted Multiple expressions with IN
Mar
12
accepted Is it possible to develop for Windows Azure from another OS?
Mar
12
asked Multiple expressions with IN
Mar
9
comment How to generate an INSERT script for an existing SQL Server table that includes all stored rows?
Nice! I used to rely on the Tools Pack addin, as gbn suggested, to this kind of task. Glad to know I don't need it anymore.
Mar
9
asked Is it possible to develop for Windows Azure from another OS?
Feb
27
awarded  Scholar
Feb
27
accepted Correct way of parsing S-expressions in OOP
Feb
26
awarded  Commentator
Feb
26
comment Correct way of parsing S-expressions in OOP
@dyoo Though I should add that, for Lisps, the line that separates them seems pretty blurred, so I may be pushing it too much.
Feb
26
comment Correct way of parsing S-expressions in OOP
@dyoo That's not it. What I'm trying to distinguish here is that cons cells are a runtime structure. It's a semantic part of the language, not a syntactic one. Since I want to have a clean separation of compilation/interpretation phases, I don't want my parser dealing with semantic stuff.
Feb
26
comment Correct way of parsing S-expressions in OOP
@dyoo Yes and no. Yes, you're right, I am looking for the most appropriate representation for s-expressions. And no, you're wrong, this question obviously does have to do with parsing. If I were only looking for the most appropriate representation for sexpr, there would be no doubt that it'd be cons cells. However, I'm looking for the most appropriate representation of sexpr specifically for parsing.
Feb
24
comment Correct way of parsing S-expressions in OOP
I meant this line: It is also, incidentally, the way most Lisps (interestingly, not including Scheme) traditionally work.
Feb
24
comment Correct way of parsing S-expressions in OOP
Thank you for your answer! My primary goal is to learn the most about compilers and interpreters in general, not necessarily Lisps, that's why I'm wondering about the most correct approach to this. I chose Scheme because I thought it is was a rather simple language to start with (at least some subset of it), I've worked with it and, last but not least, I like it too. :) What do you mean by your last line?
Feb
24
awarded  Supporter
Feb
24
comment Correct way of parsing S-expressions in OOP
No problem! That is something along the lines of what I had in mind, but I have two questions: 1) does it mean that I should not worry about cons cells at this point (parser) and leave it as a problem to the interpreter, and use this kind of AST as you've shown instead? 2) I may have gotten something wrong, but shouldn't s_list inherit from Sexpr?
Feb
24
comment Correct way of parsing S-expressions in OOP
please can you format your answer?
Feb
24
awarded  Student
Feb
24
asked Correct way of parsing S-expressions in OOP
Feb
8
awarded  Teacher