Groups
Groups
Sign in
Groups
Groups
byu-cs-330-fall-2013
Conversations
About
Send feedback
Help
byu-cs-330-fall-2013
Contact owners and managers
1–30 of 206
Mark all as read
Report group
0 selected
Jay McCarthy
1/2/14
[last message] Student ratings
The student ratings for the course came in. You can get them here: http://faculty.cs.byu.edu/~jay/
unread,
[last message] Student ratings
The student ratings for the course came in. You can get them here: http://faculty.cs.byu.edu/~jay/
1/2/14
Jay McCarthy
2
12/23/13
final grades
I just posted the grades. On Thu, Dec 19, 2013 at 3:01 PM, Jay McCarthy <jay.mc...@gmail.com
unread,
final grades
I just posted the grades. On Thu, Dec 19, 2013 at 3:01 PM, Jay McCarthy <jay.mc...@gmail.com
12/23/13
Stephen Rollins
,
Jay McCarthy
4
12/19/13
The Final
Google "BYU Finals Schedule" On Thu, Dec 19, 2013 at 10:30 AM, Stephen Rollins <enzed.
unread,
The Final
Google "BYU Finals Schedule" On Thu, Dec 19, 2013 at 10:30 AM, Stephen Rollins <enzed.
12/19/13
Jay McCarthy
12/18/13
prolog video
Enjoy! http://faculty.cs.byu.edu/~jay/video/2013-Fall-330-prolog.webm -- Jay McCarthy <j...@cs.byu.
unread,
prolog video
Enjoy! http://faculty.cs.byu.edu/~jay/video/2013-Fall-330-prolog.webm -- Jay McCarthy <j...@cs.byu.
12/18/13
Jay McCarthy
,
Willard Hagen
6
12/17/13
Re: prolog =and2, =or2
Correct. That name is not used anywhere in the assignment text. Sent from my iPhone On Dec 17, 2013,
unread,
Re: prolog =and2, =or2
Correct. That name is not used anywhere in the assignment text. Sent from my iPhone On Dec 17, 2013,
12/17/13
Jay McCarthy
12/12/13
lazy video
It's pretty awesome, I think. And just 26 minutes. http://faculty.cs.byu.edu/~jay/video/2013-Fall
unread,
lazy video
It's pretty awesome, I think. And just 26 minutes. http://faculty.cs.byu.edu/~jay/video/2013-Fall
12/12/13
Ben Draut
, …
Jay McCarthy
4
12/11/13
wlang2 Extension
I made this change, btw. Please don't make me get in trouble. Jay On Wed, Dec 11, 2013 at 12:50
unread,
wlang2 Extension
I made this change, btw. Please don't make me get in trouble. Jay On Wed, Dec 11, 2013 at 12:50
12/11/13
Spencer Weight
, …
Jay McCarthy
11
12/11/13
Need help wrapping my head around lazy substituion errors
Yes, that's a sign your take-while is wrong On Wed, Dec 11, 2013 at 1:32 PM, Willard Hagen <
unread,
Need help wrapping my head around lazy substituion errors
Yes, that's a sign your take-while is wrong On Wed, Dec 11, 2013 at 1:32 PM, Willard Hagen <
12/11/13
Jay McCarthy
12/11/13
Re: Typo?
No. That's very important On Wed, Dec 11, 2013 at 3:54 PM, Willard Hagen <willard.hagen@gmail.
unread,
Re: Typo?
No. That's very important On Wed, Dec 11, 2013 at 3:54 PM, Willard Hagen <willard.hagen@gmail.
12/11/13
Willard Hagen
,
Jay McCarthy
3
12/10/13
I think I am thinking too imperatively and not declaratively
Ye On Tue, Dec 10, 2013 at 9:39 PM, Willard Hagen <willar...@gmail.com> wrote: > So
unread,
I think I am thinking too imperatively and not declaratively
Ye On Tue, Dec 10, 2013 at 9:39 PM, Willard Hagen <willar...@gmail.com> wrote: > So
12/10/13
Spencer Weight
, …
Jay McCarthy
7
12/10/13
Lazy (prime?)
It's pretty slow Sent from my iPhone On Dec 10, 2013, at 4:52 PM, Willard Hagen <willard.hagen
unread,
Lazy (prime?)
It's pretty slow Sent from my iPhone On Dec 10, 2013, at 4:52 PM, Willard Hagen <willard.hagen
12/10/13
Willard Hagen
,
Jay McCarthy
3
12/10/13
build-infinite-list
That worked out better. I didn't realize there was an example of one in the video. :) On Tue, Dec
unread,
build-infinite-list
That worked out better. I didn't realize there was an example of one in the video. :) On Tue, Dec
12/10/13
Ben Draut
,
Jay McCarthy
2
12/10/13
Error Question
You get that error when a function only has definitions in its body: (define (f) (define a 1) (define
unread,
Error Question
You get that error when a function only has definitions in its body: (define (f) (define a 1) (define
12/10/13
Willard Hagen
,
Jay McCarthy
4
12/9/13
Testing Utility Functions
The second one gives you a specification. You can plug in any f and i, and it's a valid test. The
unread,
Testing Utility Functions
The second one gives you a specification. You can plug in any f and i, and it's a valid test. The
12/9/13
Scott Heidbrink
,
Jay McCarthy
2
12/9/13
(lcs-length)
Nope. Just plan to defend with word. If you aren't sure, I can check for you Sent from my iPhone
unread,
(lcs-length)
Nope. Just plan to defend with word. If you aren't sure, I can check for you Sent from my iPhone
12/9/13
Scott Heidbrink
, …
Jay McCarthy
7
12/9/13
lazy (prime?/fast)
On Mon, Dec 9, 2013 at 8:20 AM, Ben Draut <dra...@gmail.com> wrote: > How do we avoid cyclic
unread,
lazy (prime?/fast)
On Mon, Dec 9, 2013 at 8:20 AM, Ben Draut <dra...@gmail.com> wrote: > How do we avoid cyclic
12/9/13
Spencer Weight
,
Andrew Kent
3
12/7/13
Appending to lists in Lazy Racket
Thanks, that helped :)
unread,
Appending to lists in Lazy Racket
Thanks, that helped :)
12/7/13
Stephen Rollins
,
Jay McCarthy
3
12/7/13
lazy - lcs-length and using build-table
Thank you, that makes much more sense. On Fri, Dec 6, 2013 at 11:25 PM, Jay McCarthy <jay.mccarthy
unread,
lazy - lcs-length and using build-table
Thank you, that makes much more sense. On Fri, Dec 6, 2013 at 11:25 PM, Jay McCarthy <jay.mccarthy
12/7/13
Willard Hagen
,
Jay McCarthy
6
12/4/13
parser through type error
Provided it is clear that bif is tested On Wed, Dec 4, 2013 at 3:24 PM, Willard Hagen <willard.
unread,
parser through type error
Provided it is clear that bif is tested On Wed, Dec 4, 2013 at 3:24 PM, Willard Hagen <willard.
12/4/13
Scott Heidbrink
,
Jay McCarthy
2
12/4/13
Lazy (build-infinite-list)
On Wed, Dec 4, 2013 at 3:06 PM, Scott Heidbrink <scott.h...@gmail.com> wrote: > (build-
unread,
Lazy (build-infinite-list)
On Wed, Dec 4, 2013 at 3:06 PM, Scott Heidbrink <scott.h...@gmail.com> wrote: > (build-
12/4/13
Scott Heidbrink
,
Jay McCarthy
3
12/4/13
Lazy (take-while)
o ok that makes sense then. On Wednesday, December 4, 2013 2:32:27 PM UTC-7, Jay McCarthy wrote: (
unread,
Lazy (take-while)
o ok that makes sense then. On Wednesday, December 4, 2013 2:32:27 PM UTC-7, Jay McCarthy wrote: (
12/4/13
Jay McCarthy
12/4/13
The file I was showing near the end of class
https://github.com/get-bonus/get-bonus/blob/master/games/rpswar/fst.rkt -- Jay McCarthy <jay@cs.
unread,
The file I was showing near the end of class
https://github.com/get-bonus/get-bonus/blob/master/games/rpswar/fst.rkt -- Jay McCarthy <jay@cs.
12/4/13
John N
, …
Jay McCarthy
5
12/4/13
Self Eval - Unify
BTW, sorry to miss your call... I was already asleep :) On Wed, Dec 4, 2013 at 6:46 AM, Jay McCarthy
unread,
Self Eval - Unify
BTW, sorry to miss your call... I was already asleep :) On Wed, Dec 4, 2013 at 6:46 AM, Jay McCarthy
12/4/13
Jay McCarthy
12/3/13
typei video
http://faculty.cs.byu.edu/~jay/video/2013-Fall-330-typei.webm -- Jay McCarthy <j...@cs.byu.edu>
unread,
typei video
http://faculty.cs.byu.edu/~jay/video/2013-Fall-330-typei.webm -- Jay McCarthy <j...@cs.byu.edu>
12/3/13
Adam Johnson
, …
Jay McCarthy
4
12/3/13
Extension on wtype paper
On Tue, Dec 3, 2013 at 4:58 PM, Stephen Rollins <enzed....@gmail.com> wrote: > I think
unread,
Extension on wtype paper
On Tue, Dec 3, 2013 at 4:58 PM, Stephen Rollins <enzed....@gmail.com> wrote: > I think
12/3/13
Willard Hagen
,
Jay McCarthy
10
12/3/13
Is this correct?
What list? The substitution is logically a map and has no ordering. You are not writing an
unread,
Is this correct?
What list? The substitution is logically a map and has no ordering. You are not writing an
12/3/13
Willard Hagen
, …
Jay McCarthy
5
12/3/13
lecture
If the label of (fa) is E, then the constraint is f = a -> E Jay On Tue, Dec 3, 2013 at 1:00 PM,
unread,
lecture
If the label of (fa) is E, then the constraint is f = a -> E Jay On Tue, Dec 3, 2013 at 1:00 PM,
12/3/13
Willard Hagen
12/3/13
notes
Just in case this didn't get through, Does anyone have notes written on the board for the lecture
unread,
notes
Just in case this didn't get through, Does anyone have notes written on the board for the lecture
12/3/13
Stephen Rollins
, …
Jay McCarthy
19
12/3/13
typei - tempty
Yes On Tue, Dec 3, 2013 at 9:50 AM, Ben Draut <dra...@gmail.com> wrote: > In regular Racket,
unread,
typei - tempty
Yes On Tue, Dec 3, 2013 at 9:50 AM, Ben Draut <dra...@gmail.com> wrote: > In regular Racket,
12/3/13
Jay McCarthy
12/3/13
Re: typei - Thoroughly Testing (aka Reading Jay's Mind)
I will not be asking for specific test cases, like curried map, etc. Instead, the test cases are
unread,
Re: typei - Thoroughly Testing (aka Reading Jay's Mind)
I will not be asking for specific test cases, like curried map, etc. Instead, the test cases are
12/3/13